Html Css Color HEX #951686 Dark Purple

📋 copy color: '#951686'

red 149 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #951686

Tints of Dark Purple #951686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 48.85%
G = 7.21%
B = 43.93%

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

#951686 (or 0x951686) is known color: Dark Purple. HEX triplet: 95, 16 and 86. RGB value is (149,22,134). Sum of RGB (Red+Green+Blue) = 149+22+134=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #951686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951686 is #6AE979. Grayscale: #484848. Windows color (decimal): -7006586 or 8787605. OLE color: 8787605.

HSL color Cylindrical-coordinate representation of color #951686: hue angle of 307.09º degrees, saturation: 0.74, 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 #951686 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 134 -
CMYK 0 0.85 0.10 0.42
HSL 307.09º 0.74% 0.34% -
HSV(B) 307.09º 0.85% 0.58% -
XYZ 16.98 8.68 23.34 -
YUV 72.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 149 22 134 0 0.85 0.10 0.42 307.09 0.74 0.34
Hex 95 16 86 0 55 A 2A 133 4A 22
Octal 225 26 206 0 125 12 52 463 112 42
Binary 10010101 10110 10000110 0 1010101 1010 101010 100110011 1001010 100010

Color Harmonies of #951686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951686

Black with #951686

Text Example


Text Example

White with #951686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951686; }

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

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

background-color css

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

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

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

border-color css

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

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

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