#951E82

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

Shades of Dark Purple #951E82

Tints of Dark Purple #951E82

Color information

#951E82 (or 0x951E82) is unknown color: approx Dark Purple. HEX triplet: 95, 1E and 82. RGB value is (149,30,130). Sum of RGB (Red+Green+Blue) = 149+30+130=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #951E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E82 is #6AE17D. Grayscale: #4C4C4C. Windows color (decimal): -7004542 or 8527509. OLE color: 8527509.

HSL color Cylindrical-coordinate representation of color #951E82: hue angle of 309.58º 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 #951E82 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14930130-
CMYK00.800.130.42
HSL309.58º66.48%35.1%-
HSV(B)309.58º79.87%58.43%-
XYZ16.898.9321.95-
YUV76.98157.92179.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=48.22%
G=9.71%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493013000.800.130.42309.5866.4835.1
Hex951E82050D2A1364223
Octal225362020120155246610243
Binary1001010111110100000100101000011011010101001101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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