Html Css Color HEX #960DB2 Dark Violet

📋 copy color: '#960DB2'

red 150 ◦ green 13 ◦ blue 178

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

Shades of Dark Violet #960DB2

Tints of Dark Violet #960DB2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 178 (69.92% from 255) = 52.2%

R = 43.99%
G = 3.81%
B = 52.2%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#960DB2 (or 0x960DB2) is known color: Dark Violet. HEX triplet: 96, 0D and B2. RGB value is (150,13,178). Sum of RGB (Red+Green+Blue) = 150+13+178=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #960DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DB2 is #69F24D. Grayscale: #484848. Windows color (decimal): -6943310 or 11668886. OLE color: 11668886.

HSL color Cylindrical-coordinate representation of color #960DB2: hue angle of 289.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DB2 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 13 178 -
CMYK 0.16 0.93 0 0.30
HSL 289.82º 0.86% 0.37% -
HSV(B) 289.82º 0.93% 0.7% -
XYZ 20.76 9.99 42.95 -
YUV 72.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 150 13 178 0.16 0.93 0 0.30 289.82 0.86 0.37
Hex 96 D B2 10 5D 0 1E 122 56 25
Octal 226 15 262 20 135 0 36 442 126 45
Binary 10010110 1101 10110010 10000 1011101 0 11110 100100010 1010110 100101

Color Harmonies of #960DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DB2

Black with #960DB2

Text Example


Text Example

White with #960DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,13,178); }

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

background-color css

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

 a { background-color: rgb(150,13,178); }

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

border-color css

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

 span { border-color: rgb(150,13,178); }

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