#953075

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

Shades of Dark Purple #953075

Tints of Dark Purple #953075

Color information

#953075 (or 0x953075) is unknown color: approx Dark Purple. HEX triplet: 95, 30 and 75. RGB value is (149,48,117). Sum of RGB (Red+Green+Blue) = 149+48+117=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #953075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953075 is #6ACF8A. Grayscale: #555555. Windows color (decimal): -6999947 or 7680149. OLE color: 7680149.

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

Color convert

RGB14948117-
CMYK00.680.210.42
HSL319.01º51.27%38.63%-
HSV(B)319.01º67.79%58.43%-
XYZ16.669.7917.84-
YUV86.06145.46172.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=47.45%
G=15.29%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494811700.680.210.42319.0151.2738.63
Hex953075044152A13f3327
Octal22560165010425524776347
Binary1001010111000011101010100010010101101010100111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953075; }

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

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

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

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

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

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

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

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