#922E75

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

Shades of Dark Purple #922E75

Tints of Dark Purple #922E75

Color information

#922E75 (or 0x922E75) is unknown color: approx Dark Purple. HEX triplet: 92, 2E and 75. RGB value is (146,46,117). Sum of RGB (Red+Green+Blue) = 146+46+117=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #922E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E75 is #6DD18A. Grayscale: #535353. Windows color (decimal): -7197067 or 7679634. OLE color: 7679634.

HSL color Cylindrical-coordinate representation of color #922E75: hue angle of 317.4º 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 #922E75 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB14646117-
CMYK00.680.200.43
HSL317.4º52.08%37.65%-
HSV(B)317.4º68.49%57.25%-
XYZ16.049.3517.79-
YUV83.99146.63172.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=47.25%
G=14.89%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464611700.680.200.43317.452.0837.65
Hex922E75044142B13d3426
Octal22256165010424534756446
Binary1001001010111011101010100010010100101011100111101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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