#951E84

Color #951E84 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #951E84

Tints of Dark Purple #951E84

Color information

#951E84 (or 0x951E84) is unknown color: approx Dark Purple. HEX triplet: 95, 1E and 84. RGB value is (149,30,132). Sum of RGB (Red+Green+Blue) = 149+30+132=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #951E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E84 is #6AE17B. Grayscale: #4C4C4C. Windows color (decimal): -7004540 or 8658581. OLE color: 8658581.

HSL color Cylindrical-coordinate representation of color #951E84: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E84 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14930132-
CMYK00.800.110.42
HSL308.57º66.48%35.1%-
HSV(B)308.57º79.87%58.43%-
XYZ17.028.9822.67-
YUV77.21158.92179.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=47.91%
G=9.65%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493013200.800.110.42308.5766.4835.1
Hex951E84050B2A1354223
Octal225362040120135246510243
Binary1001010111110100001000101000010111010101001101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E84; }

 p { color: rgb(149,30,132); }

 H1.HeaderClassName
 {
   color: #951E84;
 }
 .AnyTagClassName
 {
   color: #951E84;
 }
</style>
background-color css

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

 a { background-color: rgb(149,30,132); }

 div.DivClassName
 {
   background-color: #951E84;
 }
 .BgClassName
 {
   background-color: #951E84;
 }
</style>
border-color css

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

 span { border-color: rgb(149,30,132); }

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