Html Css Color HEX #951786 Dark Purple

📋 copy color: '#951786'

red 149 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #951786

Tints of Dark Purple #951786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 48.69%
G = 7.52%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951786 (or 0x951786) is known color: Dark Purple. HEX triplet: 95, 17 and 86. RGB value is (149,23,134). Sum of RGB (Red+Green+Blue) = 149+23+134=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #951786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951786 is #6AE879. Grayscale: #494949. Windows color (decimal): -7006330 or 8787861. OLE color: 8787861.

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

Color convert

RGB 149 23 134 -
CMYK 0 0.85 0.10 0.42
HSL 307.14º 0.73% 0.34% -
HSV(B) 307.14º 0.85% 0.58% -
XYZ 17 8.72 23.34 -
YUV 73.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 149 23 134 0 0.85 0.10 0.42 307.14 0.73 0.34
Hex 95 17 86 0 55 A 2A 133 49 22
Octal 225 27 206 0 125 12 52 463 111 42
Binary 10010101 10111 10000110 0 1010101 1010 101010 100110011 1001001 100010

Color Harmonies of #951786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951786

Black with #951786

Text Example


Text Example

White with #951786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951786; }

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

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

background-color css

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

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

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

border-color css

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

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

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