#952A70

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

Shades of Dark Purple #952A70

Tints of Dark Purple #952A70

Color information

#952A70 (or 0x952A70) is unknown color: approx Dark Purple. HEX triplet: 95, 2A and 70. RGB value is (149,42,112). Sum of RGB (Red+Green+Blue) = 149+42+112=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952A70 is #6AD58F. Grayscale: #515151. Windows color (decimal): -7001488 or 7350933. OLE color: 7350933.

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

Color convert

RGB14942112-
CMYK00.720.250.42
HSL320.75º56.02%37.45%-
HSV(B)320.75º71.81%58.43%-
XYZ16.159.2216.26-
YUV81.97144.95175.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=49.17%
G=13.86%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494211200.720.250.42320.7556.0237.45
Hex952A70048192A1413825
Octal22552160011031525017045
Binary1001010110101011100000100100011001101010101000001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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