#921888

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

Shades of Dark Purple #921888

Tints of Dark Purple #921888

Color information

#921888 (or 0x921888) is unknown color: approx Dark Purple. HEX triplet: 92, 18 and 88. RGB value is (146,24,136). Sum of RGB (Red+Green+Blue) = 146+24+136=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #921888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921888 is #6DE777. Grayscale: #484848. Windows color (decimal): -7202680 or 8919186. OLE color: 8919186.

HSL color Cylindrical-coordinate representation of color #921888: hue angle of 304.92º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921888 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14624136-
CMYK00.840.070.43
HSL304.92º71.76%33.33%-
HSV(B)304.92º83.56%57.25%-
XYZ16.628.5424.07-
YUV73.25163.42179.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=47.71%
G=7.84%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462413600.840.070.43304.9271.7633.33
Hex92188805472B1314821
Octal22230210012475346111041
Binary100100101100010001000010101001111010111001100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921888; }

 p { color: rgb(146,24,136); }

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

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

 a { background-color: rgb(146,24,136); }

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

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

 span { border-color: rgb(146,24,136); }

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