Html Css Color HEX #960DB4 Dark Violet

📋 copy color: '#960DB4'

red 150 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #960DB4

Tints of Dark Violet #960DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.48%

R = 43.73%
G = 3.79%
B = 52.48%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#960DB4 (or 0x960DB4) is known color: Dark Violet. HEX triplet: 96, 0D and B4. RGB value is (150,13,180). Sum of RGB (Red+Green+Blue) = 150+13+180=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #960DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DB4 is #69F24B. Grayscale: #484848. Windows color (decimal): -6943308 or 11799958. OLE color: 11799958.

HSL color Cylindrical-coordinate representation of color #960DB4: hue angle of 289.22º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DB4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 13 180 -
CMYK 0.17 0.93 0 0.29
HSL 289.22º 0.87% 0.38% -
HSV(B) 289.22º 0.93% 0.71% -
XYZ 20.96 10.07 44.02 -
YUV 73 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 150 13 180 0.17 0.93 0 0.29 289.22 0.87 0.38
Hex 96 D B4 11 5D 0 1D 121 57 26
Octal 226 15 264 21 135 0 35 441 127 46
Binary 10010110 1101 10110100 10001 1011101 0 11101 100100001 1010111 100110

Color Harmonies of #960DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DB4

Black with #960DB4

Text Example


Text Example

White with #960DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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