#95307A

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

Shades of Dark Purple #95307A

Tints of Dark Purple #95307A

Color information

#95307A (or 0x95307A) is unknown color: approx Dark Purple. HEX triplet: 95, 30 and 7A. RGB value is (149,48,122). Sum of RGB (Red+Green+Blue) = 149+48+122=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #95307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95307A is #6ACF85. Grayscale: #565656. Windows color (decimal): -6999942 or 8007829. OLE color: 8007829.

HSL color Cylindrical-coordinate representation of color #95307A: hue angle of 316.04º 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 #95307A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14948122-
CMYK00.680.180.42
HSL316.04º51.27%38.63%-
HSV(B)316.04º67.79%58.43%-
XYZ16.969.9119.43-
YUV86.64147.96172.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=46.71%
G=15.05%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494812200.680.180.42316.0451.2738.63
Hex95307A044122A13c3327
Octal22560172010422524746347
Binary1001010111000011110100100010010010101010100111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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