Html Css Color HEX #960DB9 Dark Violet

📋 copy color: '#960DB9'

red 150 ◦ green 13 ◦ blue 185

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

Shades of Dark Violet #960DB9

Tints of Dark Violet #960DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.16%

R = 43.1%
G = 3.74%
B = 53.16%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#960DB9 (or 0x960DB9) is known color: Dark Violet. HEX triplet: 96, 0D and B9. RGB value is (150,13,185). Sum of RGB (Red+Green+Blue) = 150+13+185=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #960DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DB9 is #69F246. Grayscale: #494949. Windows color (decimal): -6943303 or 12127638. OLE color: 12127638.

HSL color Cylindrical-coordinate representation of color #960DB9: hue angle of 287.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DB9 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 13 185 -
CMYK 0.19 0.93 0 0.27
HSL 287.79º 0.87% 0.39% -
HSV(B) 287.79º 0.93% 0.73% -
XYZ 21.48 10.27 46.75 -
YUV 73.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 150 13 185 0.19 0.93 0 0.27 287.79 0.87 0.39
Hex 96 D B9 13 5D 0 1B 120 57 27
Octal 226 15 271 23 135 0 33 440 127 47
Binary 10010110 1101 10111001 10011 1011101 0 11011 100100000 1010111 100111

Color Harmonies of #960DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DB9

Black with #960DB9

Text Example


Text Example

White with #960DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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