#944083

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

Shades of Dark Purple #944083

Tints of Dark Purple #944083

Color information

#944083 (or 0x944083) is unknown color: approx Dark Purple. HEX triplet: 94, 40 and 83. RGB value is (148,64,131). Sum of RGB (Red+Green+Blue) = 148+64+131=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #944083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944083 is #6BBF7C. Grayscale: #606060. Windows color (decimal): -7061373 or 8601748. OLE color: 8601748.

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

Color convert

RGB14864131-
CMYK00.570.110.42
HSL312.14º39.62%41.57%-
HSV(B)312.14º56.76%58.04%-
XYZ18.1411.622.76-
YUV96.75147.33164.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=43.15%
G=18.66%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486413100.570.110.42312.1439.6241.57
Hex944083039B2A138282a
Octal22410020307113524705052
Binary1001010010000001000001101110011011101010100111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944083; }

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

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

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

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

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

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

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

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