Html Css Color HEX #960FEA Dark Violet

📋 copy color: '#960FEA'

red 150 ◦ green 15 ◦ blue 234

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

Shades of Dark Violet #960FEA

Tints of Dark Violet #960FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 37.59%
G = 3.76%
B = 58.65%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#960FEA (or 0x960FEA) is known color: Dark Violet. HEX triplet: 96, 0F and EA. RGB value is (150,15,234). Sum of RGB (Red+Green+Blue) = 150+15+234=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #960FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FEA is #69F015. Grayscale: #4F4F4F. Windows color (decimal): -6942742 or 15339414. OLE color: 15339414.

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

Color convert

RGB 150 15 234 -
CMYK 0.36 0.94 0 0.08
HSL 276.99º 0.88% 0.49% -
HSV(B) 276.99º 0.94% 0.92% -
XYZ 27.6 12.77 78.85 -
YUV 80.33 214.73 177.69 -
System Red Green Blue C M Y K H S L
Decimal 150 15 234 0.36 0.94 0 0.08 276.99 0.88 0.49
Hex 96 F EA 24 5E 0 8 115 58 31
Octal 226 17 352 44 136 0 10 425 130 61
Binary 10010110 1111 11101010 100100 1011110 0 1000 100010101 1011000 110001

Color Harmonies of #960FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960FEA

Black with #960FEA

Text Example


Text Example

White with #960FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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