Html Css Color HEX #961972 Dark Purple

📋 copy color: '#961972'

red 150 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #961972

Tints of Dark Purple #961972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 51.9%
G = 8.65%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#961972 (or 0x961972) is known color: Dark Purple. HEX triplet: 96, 19 and 72. RGB value is (150,25,114). Sum of RGB (Red+Green+Blue) = 150+25+114=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #961972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961972 is #69E68D. Grayscale: #484848. Windows color (decimal): -6940302 or 7477654. OLE color: 7477654.

HSL color Cylindrical-coordinate representation of color #961972: hue angle of 317.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961972 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 114 -
CMYK 0 0.83 0.24 0.41
HSL 317.28º 0.71% 0.34% -
HSV(B) 317.28º 0.83% 0.59% -
XYZ 15.96 8.39 16.7 -
YUV 72.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 150 25 114 0 0.83 0.24 0.41 317.28 0.71 0.34
Hex 96 19 72 0 53 18 29 13D 47 22
Octal 226 31 162 0 123 30 51 475 107 42
Binary 10010110 11001 1110010 0 1010011 11000 101001 100111101 1000111 100010

Color Harmonies of #961972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961972

Black with #961972

Text Example


Text Example

White with #961972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961972; }

 p { color: rgb(150,25,114); }

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

background-color css

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

 a { background-color: rgb(150,25,114); }

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

border-color css

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

 span { border-color: rgb(150,25,114); }

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