#95338A

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

Shades of Dark Purple #95338A

Tints of Dark Purple #95338A

Color information

#95338A (or 0x95338A) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 8A. RGB value is (149,51,138). Sum of RGB (Red+Green+Blue) = 149+51+138=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95338A is #6ACC75. Grayscale: #595959. Windows color (decimal): -6999158 or 9057173. OLE color: 9057173.

HSL color Cylindrical-coordinate representation of color #95338A: hue angle of 306.73º degrees, saturation: 0.49, 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 #95338A is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14951138-
CMYK00.660.070.42
HSL306.73º49%39.22%-
HSV(B)306.73º65.77%58.43%-
XYZ18.1710.5925.13-
YUV90.22154.97169.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=44.08%
G=15.09%
B=40.83%

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
Decimal1495113800.660.070.42306.734939.22
Hex95338A04272A1333127
Octal2256321201027524636147
Binary100101011100111000101001000010111101010100110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95338A; }

 p { color: rgb(149,51,138); }

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

<style>
 a { background-color: #95338A; }

 a { background-color: rgb(149,51,138); }

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

<style>
 span { border-color: #95338A; }

 span { border-color: rgb(149,51,138); }

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