#922181

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

Shades of Dark Purple #922181

Tints of Dark Purple #922181

Color information

#922181 (or 0x922181) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 81. RGB value is (146,33,129). Sum of RGB (Red+Green+Blue) = 146+33+129=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922181 is #6DDE7E. Grayscale: #4D4D4D. Windows color (decimal): -7200383 or 8462738. OLE color: 8462738.

HSL color Cylindrical-coordinate representation of color #922181: hue angle of 309.03º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922181 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14633129-
CMYK00.770.120.43
HSL309.03º63.13%35.1%-
HSV(B)309.03º77.4%57.25%-
XYZ16.368.7821.6-
YUV77.73156.94176.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=47.40%
G=10.71%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463312900.770.120.43309.0363.1335.1
Hex92218104DC2B1353f23
Octal22241201011514534657743
Binary1001001010000110000001010011011100101011100110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922181; }

 p { color: rgb(146,33,129); }

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

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

 a { background-color: rgb(146,33,129); }

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

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

 span { border-color: rgb(146,33,129); }

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