Html Css Color HEX #951986 Dark Purple

📋 copy color: '#951986'

red 149 ◦ green 25 ◦ blue 134

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

Shades of Dark Purple #951986

Tints of Dark Purple #951986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 48.38%
G = 8.12%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951986 (or 0x951986) is known color: Dark Purple. HEX triplet: 95, 19 and 86. RGB value is (149,25,134). Sum of RGB (Red+Green+Blue) = 149+25+134=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #951986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951986 is #6AE679. Grayscale: #4A4A4A. Windows color (decimal): -7005818 or 8788373. OLE color: 8788373.

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

Color convert

RGB 149 25 134 -
CMYK 0 0.83 0.10 0.42
HSL 307.26º 0.71% 0.34% -
HSV(B) 307.26º 0.83% 0.58% -
XYZ 17.05 8.81 23.36 -
YUV 74.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 149 25 134 0 0.83 0.10 0.42 307.26 0.71 0.34
Hex 95 19 86 0 53 A 2A 133 47 22
Octal 225 31 206 0 123 12 52 463 107 42
Binary 10010101 11001 10000110 0 1010011 1010 101010 100110011 1000111 100010

Color Harmonies of #951986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951986

Black with #951986

Text Example


Text Example

White with #951986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951986; }

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

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

background-color css

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

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

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

border-color css

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

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

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