#922487

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

Shades of Dark Purple #922487

Tints of Dark Purple #922487

Color information

#922487 (or 0x922487) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 87. RGB value is (146,36,135). Sum of RGB (Red+Green+Blue) = 146+36+135=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922487 is #6DDB78. Grayscale: #4F4F4F. Windows color (decimal): -7199609 or 8856722. OLE color: 8856722.

HSL color Cylindrical-coordinate representation of color #922487: hue angle of 306º 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 #922487 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14636135-
CMYK00.750.080.43
HSL306º60.44%35.69%-
HSV(B)306º75.34%57.25%-
XYZ16.869.1223.79-
YUV80.18158.94174.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=46.06%
G=11.36%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463613500.750.080.4330660.4435.69
Hex92248704B82B1323c24
Octal22244207011310534627444
Binary1001001010010010000111010010111000101011100110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922487; }

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

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

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

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

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

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

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

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