#95417B

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

Shades of Dark Purple #95417B

Tints of Dark Purple #95417B

Color information

#95417B (or 0x95417B) is unknown color: approx Dark Purple. HEX triplet: 95, 41 and 7B. RGB value is (149,65,123). Sum of RGB (Red+Green+Blue) = 149+65+123=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95417B is #6ABE84. Grayscale: #606060. Windows color (decimal): -6995589 or 8077717. OLE color: 8077717.

HSL color Cylindrical-coordinate representation of color #95417B: hue angle of 318.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95417B is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14965123-
CMYK00.560.170.42
HSL318.57º39.25%41.96%-
HSV(B)318.57º56.38%58.43%-
XYZ17.8611.620.04-
YUV96.73142.83165.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=44.21%
G=19.29%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496512300.560.170.42318.5739.2541.96
Hex95417B038112A13f272a
Octal22510117307021524774752
Binary1001010110000011111011011100010001101010100111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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