#942A83

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

Shades of Dark Purple #942A83

Tints of Dark Purple #942A83

Color information

#942A83 (or 0x942A83) is unknown color: approx Dark Purple. HEX triplet: 94, 2A and 83. RGB value is (148,42,131). Sum of RGB (Red+Green+Blue) = 148+42+131=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #942A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942A83 is #6BD57C. Grayscale: #535353. Windows color (decimal): -7067005 or 8596116. OLE color: 8596116.

HSL color Cylindrical-coordinate representation of color #942A83: hue angle of 309.62º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942A83 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14842131-
CMYK00.720.110.42
HSL309.62º55.79%37.25%-
HSV(B)309.62º71.62%58.04%-
XYZ17.149.5922.42-
YUV83.84154.62173.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=46.11%
G=13.08%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484213100.720.110.42309.6255.7937.25
Hex942A83048B2A1363825
Octal22452203011013524667045
Binary1001010010101010000011010010001011101010100110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942A83; }

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

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

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

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

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

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

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

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