Html Css Color HEX #951376 Dark Purple

📋 copy color: '#951376'

red 149 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #951376

Tints of Dark Purple #951376

RGB

 RED value IS 149 (58.59% from 255) = 52.1%

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

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

R = 52.1%
G = 6.64%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951376 (or 0x951376) is known color: Dark Purple. HEX triplet: 95, 13 and 76. RGB value is (149,19,118). Sum of RGB (Red+Green+Blue) = 149+19+118=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951376 is #6AEC89. Grayscale: #444444. Windows color (decimal): -7007370 or 7738261. OLE color: 7738261.

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

Color convert

RGB 149 19 118 -
CMYK 0 0.87 0.21 0.42
HSL 314.31º 0.77% 0.33% -
HSV(B) 314.31º 0.87% 0.58% -
XYZ 15.9 8.16 17.88 -
YUV 69.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 149 19 118 0 0.87 0.21 0.42 314.31 0.77 0.33
Hex 95 13 76 0 57 15 2A 13A 4D 21
Octal 225 23 166 0 127 25 52 472 115 41
Binary 10010101 10011 1110110 0 1010111 10101 101010 100111010 1001101 100001

Color Harmonies of #951376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951376

Black with #951376

Text Example


Text Example

White with #951376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951376; }

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

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

background-color css

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

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

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

border-color css

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

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

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