#95328B

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

Shades of Dark Purple #95328B

Tints of Dark Purple #95328B

Color information

#95328B (or 0x95328B) is unknown color: approx Dark Purple. HEX triplet: 95, 32 and 8B. RGB value is (149,50,139). Sum of RGB (Red+Green+Blue) = 149+50+139=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95328B is #6ACD74. Grayscale: #595959. Windows color (decimal): -6999413 or 9122453. OLE color: 9122453.

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

Color convert

RGB14950139-
CMYK00.660.070.42
HSL306.06º49.75%39.02%-
HSV(B)306.06º66.44%58.43%-
XYZ18.210.5325.5-
YUV89.75155.8170.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=44.08%
G=14.79%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495013900.660.070.42306.0649.7539.02
Hex95328B04272A1323227
Octal2256221301027524626247
Binary100101011100101000101101000010111101010100110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,50,139); }

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

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

 a { background-color: rgb(149,50,139); }

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

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

 span { border-color: rgb(149,50,139); }

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