#922E74

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

Shades of Dark Purple #922E74

Tints of Dark Purple #922E74

Color information

#922E74 (or 0x922E74) is unknown color: approx Dark Purple. HEX triplet: 92, 2E and 74. RGB value is (146,46,116). Sum of RGB (Red+Green+Blue) = 146+46+116=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E74 is #6DD18B. Grayscale: #535353. Windows color (decimal): -7197068 or 7614098. OLE color: 7614098.

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

Color convert

RGB14646116-
CMYK00.680.210.43
HSL318º52.08%37.65%-
HSV(B)318º68.49%57.25%-
XYZ15.989.3317.48-
YUV83.88146.13172.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=47.40%
G=14.94%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464611600.680.210.4331852.0837.65
Hex922E74044152B13e3426
Octal22256164010425534766446
Binary1001001010111011101000100010010101101011100111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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