#952572

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

Shades of Dark Purple #952572

Tints of Dark Purple #952572

Color information

#952572 (or 0x952572) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 72. RGB value is (149,37,114). Sum of RGB (Red+Green+Blue) = 149+37+114=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952572 is #6ADA8D. Grayscale: #4F4F4F. Windows color (decimal): -7002766 or 7480725. OLE color: 7480725.

HSL color Cylindrical-coordinate representation of color #952572: hue angle of 318.75º 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 #952572 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14937114-
CMYK00.750.230.42
HSL318.75º60.22%36.47%-
HSV(B)318.75º75.17%58.43%-
XYZ16.098.9316.79-
YUV79.27147.61177.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 114 (44.92% from 255) = 38%
R=49.67%
G=12.33%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493711400.750.230.42318.7560.2236.47
Hex95257204B172A13f3c24
Octal22545162011327524777444
Binary1001010110010111100100100101110111101010100111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952572; }

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

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

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

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

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

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

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

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