#921E8F

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

Shades of Dark Purple #921E8F

Tints of Dark Purple #921E8F

Color information

#921E8F (or 0x921E8F) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 8F. RGB value is (146,30,143). Sum of RGB (Red+Green+Blue) = 146+30+143=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #921E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E8F is #6DE170. Grayscale: #4D4D4D. Windows color (decimal): -7201137 or 9379474. OLE color: 9379474.

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

Color convert

RGB14630143-
CMYK00.790.020.43
HSL301.55º65.91%34.51%-
HSV(B)301.55º79.45%57.25%-
XYZ17.289.0226.82-
YUV77.57164.93176.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 30 (12.11% from 255) = 9.40%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=45.77%
G=9.40%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463014300.790.020.43301.5565.9134.51
Hex921E8F04F22B12e4223
Octal22236217011725345610243
Binary10010010111101000111101001111101010111001011101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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