Html Css Color HEX #951586 Dark Purple

📋 copy color: '#951586'

red 149 ◦ green 21 ◦ blue 134

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

Shades of Dark Purple #951586

Tints of Dark Purple #951586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 49.01%
G = 6.91%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951586 (or 0x951586) is known color: Dark Purple. HEX triplet: 95, 15 and 86. RGB value is (149,21,134). Sum of RGB (Red+Green+Blue) = 149+21+134=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #951586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951586 is #6AEA79. Grayscale: #474747. Windows color (decimal): -7006842 or 8787349. OLE color: 8787349.

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

Color convert

RGB 149 21 134 -
CMYK 0 0.86 0.10 0.42
HSL 307.03º 0.75% 0.33% -
HSV(B) 307.03º 0.86% 0.58% -
XYZ 16.97 8.65 23.33 -
YUV 72.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 149 21 134 0 0.86 0.10 0.42 307.03 0.75 0.33
Hex 95 15 86 0 56 A 2A 133 4B 21
Octal 225 25 206 0 126 12 52 463 113 41
Binary 10010101 10101 10000110 0 1010110 1010 101010 100110011 1001011 100001

Color Harmonies of #951586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951586

Black with #951586

Text Example


Text Example

White with #951586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951586; }

 p { color: rgb(149,21,134); }

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

background-color css

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

 a { background-color: rgb(149,21,134); }

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

border-color css

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

 span { border-color: rgb(149,21,134); }

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