#95207A

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

Shades of Dark Purple #95207A

Tints of Dark Purple #95207A

Color information

#95207A (or 0x95207A) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 7A. RGB value is (149,32,122). Sum of RGB (Red+Green+Blue) = 149+32+122=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #95207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95207A is #6ADF85. Grayscale: #4D4D4D. Windows color (decimal): -7004038 or 8003733. OLE color: 8003733.

HSL color Cylindrical-coordinate representation of color #95207A: hue angle of 313.85º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95207A is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14932122-
CMYK00.790.180.42
HSL313.85º64.64%35.49%-
HSV(B)313.85º78.52%58.43%-
XYZ16.428.8319.25-
YUV77.24153.26179.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=49.17%
G=10.56%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493212200.790.180.42313.8564.6435.49
Hex95207A04F122A13a4123
Octal225401720117225247210143
Binary10010101100000111101001001111100101010101001110101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95207A; }

 p { color: rgb(149,32,122); }

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

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

 a { background-color: rgb(149,32,122); }

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

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

 span { border-color: rgb(149,32,122); }

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