#952A8C

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

Shades of Dark Purple #952A8C

Tints of Dark Purple #952A8C

Color information

#952A8C (or 0x952A8C) is unknown color: approx Dark Purple. HEX triplet: 95, 2A and 8C. RGB value is (149,42,140). Sum of RGB (Red+Green+Blue) = 149+42+140=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A8C is #6AD573. Grayscale: #545454. Windows color (decimal): -7001460 or 9185941. OLE color: 9185941.

HSL color Cylindrical-coordinate representation of color #952A8C: hue angle of 305.05º 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 #952A8C is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14942140-
CMYK00.720.060.42
HSL305.05º56.02%37.45%-
HSV(B)305.05º71.81%58.43%-
XYZ17.969.9425.78-
YUV85.16158.95173.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=45.02%
G=12.69%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494214000.720.060.42305.0556.0237.45
Hex952A8C04862A1313825
Octal2255221401106524617045
Binary100101011010101000110001001000110101010100110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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