Html Css Color HEX #960BEC Dark Violet

📋 copy color: '#960BEC'

red 150 ◦ green 11 ◦ blue 236

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

Shades of Dark Violet #960BEC

Tints of Dark Violet #960BEC

RGB

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

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

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

R = 37.78%
G = 2.77%
B = 59.45%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#960BEC (or 0x960BEC) is known color: Dark Violet. HEX triplet: 96, 0B and EC. RGB value is (150,11,236). Sum of RGB (Red+Green+Blue) = 150+11+236=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #960BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960BEC is #69F413. Grayscale: #4D4D4D. Windows color (decimal): -6943764 or 15469462. OLE color: 15469462.

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

Color convert

RGB 150 11 236 -
CMYK 0.36 0.95 0 0.07
HSL 277.07º 0.91% 0.48% -
HSV(B) 277.07º 0.95% 0.93% -
XYZ 27.84 12.78 80.36 -
YUV 78.21 217.05 179.2 -
System Red Green Blue C M Y K H S L
Decimal 150 11 236 0.36 0.95 0 0.07 277.07 0.91 0.48
Hex 96 B EC 24 5F 0 7 115 5B 30
Octal 226 13 354 44 137 0 7 425 133 60
Binary 10010110 1011 11101100 100100 1011111 0 111 100010101 1011011 110000

Color Harmonies of #960BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BEC

Black with #960BEC

Text Example


Text Example

White with #960BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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