Html Css Color HEX #960BC2 Dark Violet

📋 copy color: '#960BC2'

red 150 ◦ green 11 ◦ blue 194

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

Shades of Dark Violet #960BC2

Tints of Dark Violet #960BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 54.65%

R = 42.25%
G = 3.1%
B = 54.65%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#960BC2 (or 0x960BC2) is known color: Dark Violet. HEX triplet: 96, 0B and C2. RGB value is (150,11,194). Sum of RGB (Red+Green+Blue) = 150+11+194=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #960BC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BC2 is #69F43D. Grayscale: #484848. Windows color (decimal): -6943806 or 12716950. OLE color: 12716950.

HSL color Cylindrical-coordinate representation of color #960BC2: hue angle of 285.57º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960BC2 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 11 194 -
CMYK 0.23 0.94 0 0.24
HSL 285.57º 0.89% 0.4% -
HSV(B) 285.57º 0.94% 0.76% -
XYZ 22.43 10.62 51.91 -
YUV 73.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 150 11 194 0.23 0.94 0 0.24 285.57 0.89 0.4
Hex 96 B C2 17 5E 0 18 11E 59 28
Octal 226 13 302 27 136 0 30 436 131 50
Binary 10010110 1011 11000010 10111 1011110 0 11000 100011110 1011001 101000

Color Harmonies of #960BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960BC2

Black with #960BC2

Text Example


Text Example

White with #960BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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