#951A84

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

Shades of Dark Purple #951A84

Tints of Dark Purple #951A84

Color information

#951A84 (or 0x951A84) is unknown color: approx Dark Purple. HEX triplet: 95, 1A and 84. RGB value is (149,26,132). Sum of RGB (Red+Green+Blue) = 149+26+132=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #951A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A84 is #6AE57B. Grayscale: #4A4A4A. Windows color (decimal): -7005564 or 8657557. OLE color: 8657557.

HSL color Cylindrical-coordinate representation of color #951A84: hue angle of 308.29º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A84 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14926132-
CMYK00.830.110.42
HSL308.29º70.29%34.31%-
HSV(B)308.29º82.55%58.43%-
XYZ16.938.7922.64-
YUV74.86160.25180.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=48.53%
G=8.47%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492613200.830.110.42308.2970.2934.31
Hex951A84053B2A1344622
Octal225322040123135246410642
Binary1001010111010100001000101001110111010101001101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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