#922481

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

Shades of Dark Purple #922481

Tints of Dark Purple #922481

Color information

#922481 (or 0x922481) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 81. RGB value is (146,36,129). Sum of RGB (Red+Green+Blue) = 146+36+129=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #922481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922481 is #6DDB7E. Grayscale: #4F4F4F. Windows color (decimal): -7199615 or 8463506. OLE color: 8463506.

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

Color convert

RGB14636129-
CMYK00.750.120.43
HSL309.27º60.44%35.69%-
HSV(B)309.27º75.34%57.25%-
XYZ16.458.9621.63-
YUV79.49155.94175.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=46.95%
G=11.58%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463612900.750.120.43309.2760.4435.69
Hex92248104BC2B1353c24
Octal22244201011314534657444
Binary1001001010010010000001010010111100101011100110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922481; }

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

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

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

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

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

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

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

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