#921C90

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

Shades of Dark Purple #921C90

Tints of Dark Purple #921C90

Color information

#921C90 (or 0x921C90) is unknown color: approx Dark Purple. HEX triplet: 92, 1C and 90. RGB value is (146,28,144). Sum of RGB (Red+Green+Blue) = 146+28+144=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #921C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921C90 is #6DE36F. Grayscale: #4C4C4C. Windows color (decimal): -7201648 or 9444498. OLE color: 9444498.

HSL color Cylindrical-coordinate representation of color #921C90: hue angle of 301.02º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921C90 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14628144-
CMYK00.810.010.43
HSL301.02º67.82%34.12%-
HSV(B)301.02º80.82%57.25%-
XYZ17.38.9627.2-
YUV76.51166.09177.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=45.91%
G=8.81%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462814400.810.010.43301.0267.8234.12
Hex921C9005112B12d4422
Octal22234220012115345510442
Binary1001001011100100100000101000111010111001011011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,28,144); }

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

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

 a { background-color: rgb(146,28,144); }

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

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

 span { border-color: rgb(146,28,144); }

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