Html Css Color HEX #960BEA Dark Violet

📋 copy color: '#960BEA'

red 150 ◦ green 11 ◦ blue 234

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

Shades of Dark Violet #960BEA

Tints of Dark Violet #960BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.78%

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

R = 37.97%
G = 2.78%
B = 59.24%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#960BEA (or 0x960BEA) is known color: Dark Violet. HEX triplet: 96, 0B and EA. RGB value is (150,11,234). Sum of RGB (Red+Green+Blue) = 150+11+234=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #960BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BEA is #69F415. Grayscale: #4D4D4D. Windows color (decimal): -6943766 or 15338390. OLE color: 15338390.

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

Color convert

RGB 150 11 234 -
CMYK 0.36 0.95 0 0.08
HSL 277.4º 0.91% 0.48% -
HSV(B) 277.4º 0.95% 0.92% -
XYZ 27.55 12.66 78.83 -
YUV 77.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 150 11 234 0.36 0.95 0 0.08 277.4 0.91 0.48
Hex 96 B EA 24 5F 0 8 115 5B 30
Octal 226 13 352 44 137 0 10 425 133 60
Binary 10010110 1011 11101010 100100 1011111 0 1000 100010101 1011011 110000

Color Harmonies of #960BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BEA

Black with #960BEA

Text Example


Text Example

White with #960BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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