#95207B

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

Shades of Dark Purple #95207B

Tints of Dark Purple #95207B

Color information

#95207B (or 0x95207B) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 7B. RGB value is (149,32,123). Sum of RGB (Red+Green+Blue) = 149+32+123=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95207B is #6ADF84. Grayscale: #4D4D4D. Windows color (decimal): -7004037 or 8069269. OLE color: 8069269.

HSL color Cylindrical-coordinate representation of color #95207B: hue angle of 313.33º 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 #95207B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14932123-
CMYK00.790.170.42
HSL313.33º64.64%35.49%-
HSV(B)313.33º78.52%58.43%-
XYZ16.498.8519.58-
YUV77.36153.76179.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=49.01%
G=10.53%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493212300.790.170.42313.3364.6435.49
Hex95207B04F112A1394123
Octal225401730117215247110143
Binary10010101100000111101101001111100011010101001110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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