Html Css Color HEX #951076 Dark Purple

📋 copy color: '#951076'

red 149 ◦ green 16 ◦ blue 118

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

Shades of Dark Purple #951076

Tints of Dark Purple #951076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 52.65%
G = 5.65%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951076 (or 0x951076) is known color: Dark Purple. HEX triplet: 95, 10 and 76. RGB value is (149,16,118). Sum of RGB (Red+Green+Blue) = 149+16+118=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #951076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951076 is #6AEF89. Grayscale: #434343. Windows color (decimal): -7008138 or 7737493. OLE color: 7737493.

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

Color convert

RGB 149 16 118 -
CMYK 0 0.89 0.21 0.42
HSL 313.99º 0.81% 0.32% -
HSV(B) 313.99º 0.89% 0.58% -
XYZ 15.85 8.07 17.86 -
YUV 67.4 156.56 186.21 -
System Red Green Blue C M Y K H S L
Decimal 149 16 118 0 0.89 0.21 0.42 313.99 0.81 0.32
Hex 95 10 76 0 59 15 2A 13A 51 20
Octal 225 20 166 0 131 25 52 472 121 40
Binary 10010101 10000 1110110 0 1011001 10101 101010 100111010 1010001 100000

Color Harmonies of #951076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951076

Black with #951076

Text Example


Text Example

White with #951076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951076; }

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

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

background-color css

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

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

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

border-color css

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

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

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