#954083

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

Shades of Dark Purple #954083

Tints of Dark Purple #954083

Color information

#954083 (or 0x954083) is unknown color: approx Dark Purple. HEX triplet: 95, 40 and 83. RGB value is (149,64,131). Sum of RGB (Red+Green+Blue) = 149+64+131=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #954083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954083 is #6ABF7C. Grayscale: #606060. Windows color (decimal): -6995837 or 8601749. OLE color: 8601749.

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

Color convert

RGB14964131-
CMYK00.570.120.42
HSL312.71º39.91%41.76%-
HSV(B)312.71º57.05%58.43%-
XYZ18.3211.722.76-
YUV97.05147.16165.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 64 (25.39% from 255) = 18.60%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=43.31%
G=18.60%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496413100.570.120.42312.7139.9141.76
Hex954083039C2A139282a
Octal22510020307114524715052
Binary1001010110000001000001101110011100101010100111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954083; }

 p { color: rgb(149,64,131); }

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

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

 a { background-color: rgb(149,64,131); }

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

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

 span { border-color: rgb(149,64,131); }

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