#921E88

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

Shades of Dark Purple #921E88

Tints of Dark Purple #921E88

Color information

#921E88 (or 0x921E88) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 88. RGB value is (146,30,136). Sum of RGB (Red+Green+Blue) = 146+30+136=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #921E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E88 is #6DE177. Grayscale: #4C4C4C. Windows color (decimal): -7201144 or 8920722. OLE color: 8920722.

HSL color Cylindrical-coordinate representation of color #921E88: hue angle of 305.17º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E88 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14630136-
CMYK00.790.070.43
HSL305.17º65.91%34.51%-
HSV(B)305.17º79.45%57.25%-
XYZ16.768.8224.11-
YUV76.77161.43177.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=46.79%
G=9.62%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463013600.790.070.43305.1765.9134.51
Hex921E8804F72B1314223
Octal22236210011775346110243
Binary100100101111010001000010011111111010111001100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921E88; }

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

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

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

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

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

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

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

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