Html Css Color HEX #960FEC Dark Violet

📋 copy color: '#960FEC'

red 150 ◦ green 15 ◦ blue 236

#960FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #960FEC

Tints of Dark Violet #960FEC

RGB

 RED value IS 150 (58.98% from 255) = 37.41%

 GREEN value IS 15 (6.25% from 255) = 3.74%

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 37.41%
G = 3.74%
B = 58.85%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#960FEC (or 0x960FEC) is known color: Dark Violet. HEX triplet: 96, 0F and EC. RGB value is (150,15,236). Sum of RGB (Red+Green+Blue) = 150+15+236=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #960FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FEC is #69F013. Grayscale: #4F4F4F. Windows color (decimal): -6942740 or 15470486. OLE color: 15470486.

HSL color Cylindrical-coordinate representation of color #960FEC: hue angle of 276.65º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FEC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 15 236 -
CMYK 0.36 0.94 0 0.07
HSL 276.65º 0.88% 0.49% -
HSV(B) 276.65º 0.94% 0.93% -
XYZ 27.89 12.88 80.37 -
YUV 80.56 215.73 177.53 -
System Red Green Blue C M Y K H S L
Decimal 150 15 236 0.36 0.94 0 0.07 276.65 0.88 0.49
Hex 96 F EC 24 5E 0 7 115 58 31
Octal 226 17 354 44 136 0 7 425 130 61
Binary 10010110 1111 11101100 100100 1011110 0 111 100010101 1011000 110001

Color Harmonies of #960FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FEC

Black with #960FEC

Text Example


Text Example

White with #960FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,15,236); }

 H1.HeaderClassName
 {
   color: #960FEC;
 }
 .AnyTagClassName
 {
   color: #960FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(150,15,236); }

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

border-color css

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

 span { border-color: rgb(150,15,236); }

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