#952592

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

Shades of Dark Purple #952592

Tints of Dark Purple #952592

Color information

#952592 (or 0x952592) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 92. RGB value is (149,37,146). Sum of RGB (Red+Green+Blue) = 149+37+146=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952592 is #6ADA6D. Grayscale: #525252. Windows color (decimal): -7002734 or 9577877. OLE color: 9577877.

HSL color Cylindrical-coordinate representation of color #952592: hue angle of 301.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952592 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14937146-
CMYK00.750.020.42
HSL301.61º60.22%36.47%-
HSV(B)301.61º75.17%58.43%-
XYZ18.249.7928.12-
YUV82.91163.61175.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=44.88%
G=11.14%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493714600.750.020.42301.6160.2236.47
Hex95259204B22A12e3c24
Octal2254522201132524567444
Binary10010101100101100100100100101110101010100101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952592; }

 p { color: rgb(149,37,146); }

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

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

 a { background-color: rgb(149,37,146); }

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

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

 span { border-color: rgb(149,37,146); }

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