Html Css Color HEX #960BCC Dark Violet

📋 copy color: '#960BCC'

red 150 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #960BCC

Tints of Dark Violet #960BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 41.1%
G = 3.01%
B = 55.89%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#960BCC (or 0x960BCC) is known color: Dark Violet. HEX triplet: 96, 0B and CC. RGB value is (150,11,204). Sum of RGB (Red+Green+Blue) = 150+11+204=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #960BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BCC is #69F433. Grayscale: #494949. Windows color (decimal): -6943796 or 13372310. OLE color: 13372310.

HSL color Cylindrical-coordinate representation of color #960BCC: hue angle of 283.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960BCC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 11 204 -
CMYK 0.26 0.95 0 0.2
HSL 283.21º 0.9% 0.42% -
HSV(B) 283.21º 0.95% 0.8% -
XYZ 23.6 11.08 58.02 -
YUV 74.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 150 11 204 0.26 0.95 0 0.2 283.21 0.9 0.42
Hex 96 B CC 1A 5F 0 14 11B 5A 2A
Octal 226 13 314 32 137 0 24 433 132 52
Binary 10010110 1011 11001100 11010 1011111 0 10100 100011011 1011010 101010

Color Harmonies of #960BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BCC

Black with #960BCC

Text Example


Text Example

White with #960BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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