Html Css Color HEX #961877 Dark Purple

📋 copy color: '#961877'

red 150 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #961877

Tints of Dark Purple #961877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.61%

R = 51.19%
G = 8.19%
B = 40.61%

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

#961877 (or 0x961877) is known color: Dark Purple. HEX triplet: 96, 18 and 77. RGB value is (150,24,119). Sum of RGB (Red+Green+Blue) = 150+24+119=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #961877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961877 is #69E788. Grayscale: #484848. Windows color (decimal): -6940553 or 7805078. OLE color: 7805078.

HSL color Cylindrical-coordinate representation of color #961877: hue angle of 314.76º 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 #961877 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 119 -
CMYK 0 0.84 0.21 0.41
HSL 314.76º 0.72% 0.34% -
HSV(B) 314.76º 0.84% 0.59% -
XYZ 16.23 8.47 18.23 -
YUV 72.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 150 24 119 0 0.84 0.21 0.41 314.76 0.72 0.34
Hex 96 18 77 0 54 15 29 13B 48 22
Octal 226 30 167 0 124 25 51 473 110 42
Binary 10010110 11000 1110111 0 1010100 10101 101001 100111011 1001000 100010

Color Harmonies of #961877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961877

Black with #961877

Text Example


Text Example

White with #961877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961877; }

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

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

background-color css

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

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

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

border-color css

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

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

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