#952A8B

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

Shades of Dark Purple #952A8B

Tints of Dark Purple #952A8B

Color information

#952A8B (or 0x952A8B) is unknown color: approx Dark Purple. HEX triplet: 95, 2A and 8B. RGB value is (149,42,139). Sum of RGB (Red+Green+Blue) = 149+42+139=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #952A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A8B is #6AD574. Grayscale: #545454. Windows color (decimal): -7001461 or 9120405. OLE color: 9120405.

HSL color Cylindrical-coordinate representation of color #952A8B: hue angle of 305.61º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A8B is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14942139-
CMYK00.720.070.42
HSL305.61º56.02%37.45%-
HSV(B)305.61º71.81%58.43%-
XYZ17.889.9125.4-
YUV85.05158.45173.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 42 (16.80% from 255) = 12.73%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=45.15%
G=12.73%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494213900.720.070.42305.6156.0237.45
Hex952A8B04872A1323825
Octal2255221301107524627045
Binary100101011010101000101101001000111101010100110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A8B; }

 p { color: rgb(149,42,139); }

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

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

 a { background-color: rgb(149,42,139); }

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

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

 span { border-color: rgb(149,42,139); }

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