#921E8A

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

Shades of Dark Purple #921E8A

Tints of Dark Purple #921E8A

Color information

#921E8A (or 0x921E8A) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 8A. RGB value is (146,30,138). Sum of RGB (Red+Green+Blue) = 146+30+138=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #921E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E8A is #6DE175. Grayscale: #4C4C4C. Windows color (decimal): -7201142 or 9051794. OLE color: 9051794.

HSL color Cylindrical-coordinate representation of color #921E8A: hue angle of 304.14º 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 #921E8A is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14630138-
CMYK00.790.050.43
HSL304.14º65.91%34.51%-
HSV(B)304.14º79.45%57.25%-
XYZ16.918.8724.87-
YUV77162.43177.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=46.50%
G=9.55%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463013800.790.050.43304.1465.9134.51
Hex921E8A04F52B1304223
Octal22236212011755346010243
Binary100100101111010001010010011111011010111001100001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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