#95217D

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

Shades of Dark Purple #95217D

Tints of Dark Purple #95217D

Color information

#95217D (or 0x95217D) is unknown color: approx Dark Purple. HEX triplet: 95, 21 and 7D. RGB value is (149,33,125). Sum of RGB (Red+Green+Blue) = 149+33+125=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95217D is #6ADE82. Grayscale: #4D4D4D. Windows color (decimal): -7003779 or 8200597. OLE color: 8200597.

HSL color Cylindrical-coordinate representation of color #95217D: hue angle of 312.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95217D is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14933125-
CMYK00.780.160.42
HSL312.41º63.74%35.69%-
HSV(B)312.41º77.85%58.43%-
XYZ16.648.9620.25-
YUV78.17154.43178.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=48.53%
G=10.75%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493312500.780.160.42312.4163.7435.69
Hex95217D04E102A1384024
Octal225411750116205247010044
Binary10010101100001111110101001110100001010101001110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95217D; }

 p { color: rgb(149,33,125); }

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

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

 a { background-color: rgb(149,33,125); }

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

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

 span { border-color: rgb(149,33,125); }

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