#952087

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

Shades of Dark Purple #952087

Tints of Dark Purple #952087

Color information

#952087 (or 0x952087) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 87. RGB value is (149,32,135). Sum of RGB (Red+Green+Blue) = 149+32+135=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952087 is #6ADF78. Grayscale: #4E4E4E. Windows color (decimal): -7004025 or 8855701. OLE color: 8855701.

HSL color Cylindrical-coordinate representation of color #952087: hue angle of 307.18º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952087 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14932135-
CMYK00.790.090.42
HSL307.18º64.64%35.49%-
HSV(B)307.18º78.52%58.43%-
XYZ17.289.1723.78-
YUV78.72159.76178.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=47.15%
G=10.13%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493213500.790.090.42307.1864.6435.49
Hex95208704F92A1334123
Octal225402070117115246310143
Binary10010101100000100001110100111110011010101001100111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952087; }

 p { color: rgb(149,32,135); }

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

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

 a { background-color: rgb(149,32,135); }

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

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

 span { border-color: rgb(149,32,135); }

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