#921E92

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

Shades of Dark Purple #921E92

Tints of Dark Purple #921E92

Color information

#921E92 (or 0x921E92) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 92. RGB value is (146,30,146). Sum of RGB (Red+Green+Blue) = 146+30+146=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #921E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E92 is #6DE16D. Grayscale: #4D4D4D. Windows color (decimal): -7201134 or 9576082. OLE color: 9576082.

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

Color convert

RGB14630146-
CMYK00.7900.43
HSL300º65.91%34.51%-
HSV(B)300º79.45%57.25%-
XYZ17.519.1128.03-
YUV77.91166.43176.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=45.34%
G=9.32%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463014600.7900.4330065.9134.51
Hex921E9204F02B12c4223
Octal22236222011705345410243
Binary1001001011110100100100100111101010111001011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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