Html Css Color HEX #961376 Dark Purple

📋 copy color: '#961376'

red 150 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #961376

Tints of Dark Purple #961376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 52.26%
G = 6.62%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#961376 (or 0x961376) is known color: Dark Purple. HEX triplet: 96, 13 and 76. RGB value is (150,19,118). Sum of RGB (Red+Green+Blue) = 150+19+118=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #961376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961376 is #69EC89. Grayscale: #454545. Windows color (decimal): -6941834 or 7738262. OLE color: 7738262.

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

Color convert

RGB 150 19 118 -
CMYK 0 0.87 0.21 0.41
HSL 314.66º 0.78% 0.33% -
HSV(B) 314.66º 0.87% 0.59% -
XYZ 16.08 8.26 17.89 -
YUV 69.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 150 19 118 0 0.87 0.21 0.41 314.66 0.78 0.33
Hex 96 13 76 0 57 15 29 13B 4E 21
Octal 226 23 166 0 127 25 51 473 116 41
Binary 10010110 10011 1110110 0 1010111 10101 101001 100111011 1001110 100001

Color Harmonies of #961376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961376

Black with #961376

Text Example


Text Example

White with #961376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961376; }

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

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

background-color css

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

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

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

border-color css

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

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

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