#95207F

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

Shades of Dark Purple #95207F

Tints of Dark Purple #95207F

Color information

#95207F (or 0x95207F) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 7F. RGB value is (149,32,127). Sum of RGB (Red+Green+Blue) = 149+32+127=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95207F is #6ADF80. Grayscale: #4D4D4D. Windows color (decimal): -7004033 or 8331413. OLE color: 8331413.

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

Color convert

RGB14932127-
CMYK00.790.150.42
HSL311.28º64.64%35.49%-
HSV(B)311.28º78.52%58.43%-
XYZ16.748.9520.92-
YUV77.81155.76178.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 127 (50% from 255) = 41.23%
R=48.38%
G=10.39%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493212700.790.150.42311.2864.6435.49
Hex95207F04FF2A1374123
Octal225401770117175246710143
Binary1001010110000011111110100111111111010101001101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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