#922E83

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

Shades of Dark Purple #922E83

Tints of Dark Purple #922E83

Color information

#922E83 (or 0x922E83) is unknown color: approx Dark Purple. HEX triplet: 92, 2E and 83. RGB value is (146,46,131). Sum of RGB (Red+Green+Blue) = 146+46+131=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #922E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922E83 is #6DD17C. Grayscale: #555555. Windows color (decimal): -7197053 or 8597138. OLE color: 8597138.

HSL color Cylindrical-coordinate representation of color #922E83: hue angle of 309º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E83 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14646131-
CMYK00.680.100.43
HSL309º52.08%37.65%-
HSV(B)309º68.49%57.25%-
XYZ16.939.722.45-
YUV85.59153.63171.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=45.20%
G=14.24%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464613100.680.100.4330952.0837.65
Hex922E83044A2B1353426
Octal22256203010412534656446
Binary1001001010111010000011010001001010101011100110101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E83; }

 p { color: rgb(146,46,131); }

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

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

 a { background-color: rgb(146,46,131); }

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

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

 span { border-color: rgb(146,46,131); }

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