Html Css Color HEX #951486 Dark Purple

📋 copy color: '#951486'

red 149 ◦ green 20 ◦ blue 134

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

Shades of Dark Purple #951486

Tints of Dark Purple #951486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 49.17%
G = 6.6%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951486 (or 0x951486) is known color: Dark Purple. HEX triplet: 95, 14 and 86. RGB value is (149,20,134). Sum of RGB (Red+Green+Blue) = 149+20+134=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #951486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951486 is #6AEB79. Grayscale: #474747. Windows color (decimal): -7007098 or 8787093. OLE color: 8787093.

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

Color convert

RGB 149 20 134 -
CMYK 0 0.87 0.10 0.42
HSL 306.98º 0.76% 0.33% -
HSV(B) 306.98º 0.87% 0.58% -
XYZ 16.95 8.61 23.32 -
YUV 71.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 149 20 134 0 0.87 0.10 0.42 306.98 0.76 0.33
Hex 95 14 86 0 57 A 2A 133 4C 21
Octal 225 24 206 0 127 12 52 463 114 41
Binary 10010101 10100 10000110 0 1010111 1010 101010 100110011 1001100 100001

Color Harmonies of #951486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951486

Black with #951486

Text Example


Text Example

White with #951486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951486; }

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

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

background-color css

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

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

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

border-color css

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

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

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