#960CE1

Color #960CE1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #960CE1

Tints of Dark Violet #960CE1

Color information

#960CE1 (or 0x960CE1) is unknown color: approx Dark Violet. HEX triplet: 96, 0C and E1. RGB value is (150,12,225). Sum of RGB (Red+Green+Blue) = 150+12+225=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #960CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CE1 is #69F31E. Grayscale: #4C4C4C. Windows color (decimal): -6943519 or 14748822. OLE color: 14748822.

HSL color Cylindrical-coordinate representation of color #960CE1: hue angle of 278.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CE1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15012225-
CMYK0.330.9500.12
HSL278.87º89.87%46.47%-
HSV(B)278.87º94.67%88.24%-
XYZ26.312.1872.2-
YUV77.54211.22179.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 12 (5.08% from 255) = 3.10%
BLUE value IS 225 (88.28% from 255) = 58.14%
R=38.76%
G=3.10%
B=58.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150122250.330.9500.12278.8789.8746.47
Hex96CE1215F0C1175a2e
Octal226143414113701442713256
Binary100101101100111000011000011011111011001000101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960CE1; }

 p { color: rgb(150,12,225); }

 H1.HeaderClassName
 {
   color: #960CE1;
 }
 .AnyTagClassName
 {
   color: #960CE1;
 }
</style>
background-color css

<style>
 a { background-color: #960CE1; }

 a { background-color: rgb(150,12,225); }

 div.DivClassName
 {
   background-color: #960CE1;
 }
 .BgClassName
 {
   background-color: #960CE1;
 }
</style>
border-color css

<style>
 span { border-color: #960CE1; }

 span { border-color: rgb(150,12,225); }

 td.TdClassName
 {
   border-color: #960CE1;
 }
 .TagClassName
 {
   border-color: #960CE1;
 }
</style>