#921588

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

Shades of Dark Purple #921588

Tints of Dark Purple #921588

Color information

#921588 (or 0x921588) is unknown color: approx Dark Purple. HEX triplet: 92, 15 and 88. RGB value is (146,21,136). Sum of RGB (Red+Green+Blue) = 146+21+136=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #921588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921588 is #6DEA77. Grayscale: #474747. Windows color (decimal): -7203448 or 8918418. OLE color: 8918418.

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

Color convert

RGB14621136-
CMYK00.860.070.43
HSL304.8º74.85%32.75%-
HSV(B)304.8º85.62%57.25%-
XYZ16.578.4224.05-
YUV71.48164.41181.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=48.18%
G=6.93%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462113600.860.070.43304.874.8532.75
Hex92158805672B1314b21
Octal22225210012675346111341
Binary100100101010110001000010101101111010111001100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921588; }

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

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

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

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

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

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

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

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