#95307E

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

Shades of Dark Purple #95307E

Tints of Dark Purple #95307E

Color information

#95307E (or 0x95307E) is unknown color: approx Dark Purple. HEX triplet: 95, 30 and 7E. RGB value is (149,48,126). Sum of RGB (Red+Green+Blue) = 149+48+126=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307E is #6ACF81. Grayscale: #565656. Windows color (decimal): -6999938 or 8269973. OLE color: 8269973.

HSL color Cylindrical-coordinate representation of color #95307E: hue angle of 313.66º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95307E is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14948126-
CMYK00.680.150.42
HSL313.66º51.27%38.63%-
HSV(B)313.66º67.79%58.43%-
XYZ17.2210.0120.76-
YUV87.09149.96172.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=46.13%
G=14.86%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494812600.680.150.42313.6651.2738.63
Hex95307E044F2A13a3327
Octal22560176010417524726347
Binary100101011100001111110010001001111101010100111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95307E; }

 p { color: rgb(149,48,126); }

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

<style>
 a { background-color: #95307E; }

 a { background-color: rgb(149,48,126); }

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

<style>
 span { border-color: #95307E; }

 span { border-color: rgb(149,48,126); }

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