Html Css Color HEX #961876 Dark Purple

📋 copy color: '#961876'

red 150 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #961876

Tints of Dark Purple #961876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 51.37%
G = 8.22%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961876 (or 0x961876) is known color: Dark Purple. HEX triplet: 96, 18 and 76. RGB value is (150,24,118). Sum of RGB (Red+Green+Blue) = 150+24+118=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #961876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961876 is #69E789. Grayscale: #484848. Windows color (decimal): -6940554 or 7739542. OLE color: 7739542.

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

Color convert

RGB 150 24 118 -
CMYK 0 0.84 0.21 0.41
HSL 315.24º 0.72% 0.34% -
HSV(B) 315.24º 0.84% 0.59% -
XYZ 16.17 8.45 17.92 -
YUV 72.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 150 24 118 0 0.84 0.21 0.41 315.24 0.72 0.34
Hex 96 18 76 0 54 15 29 13B 48 22
Octal 226 30 166 0 124 25 51 473 110 42
Binary 10010110 11000 1110110 0 1010100 10101 101001 100111011 1001000 100010

Color Harmonies of #961876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961876

Black with #961876

Text Example


Text Example

White with #961876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961876; }

 p { color: rgb(150,24,118); }

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

background-color css

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

 a { background-color: rgb(150,24,118); }

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

border-color css

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

 span { border-color: rgb(150,24,118); }

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