#95358A

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

Shades of Dark Purple #95358A

Tints of Dark Purple #95358A

Color information

#95358A (or 0x95358A) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 8A. RGB value is (149,53,138). Sum of RGB (Red+Green+Blue) = 149+53+138=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358A is #6ACA75. Grayscale: #5B5B5B. Windows color (decimal): -6998646 or 9057685. OLE color: 9057685.

HSL color Cylindrical-coordinate representation of color #95358A: hue angle of 306.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95358A is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14953138-
CMYK00.640.070.42
HSL306.88º47.52%39.61%-
HSV(B)306.88º64.43%58.43%-
XYZ18.2510.7725.16-
YUV91.39154.3169.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=43.82%
G=15.59%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495313800.640.070.42306.8847.5239.61
Hex95358A04072A1333028
Octal2256521201007524636050
Binary100101011101011000101001000000111101010100110011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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