#921685

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

Shades of Dark Purple #921685

Tints of Dark Purple #921685

Color information

#921685 (or 0x921685) is unknown color: approx Dark Purple. HEX triplet: 92, 16 and 85. RGB value is (146,22,133). Sum of RGB (Red+Green+Blue) = 146+22+133=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #921685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921685 is #6DE97A. Grayscale: #474747. Windows color (decimal): -7203195 or 8722066. OLE color: 8722066.

HSL color Cylindrical-coordinate representation of color #921685: hue angle of 306.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921685 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB14622133-
CMYK00.850.090.43
HSL306.29º73.81%32.94%-
HSV(B)306.29º84.93%57.25%-
XYZ16.378.3822.94-
YUV71.73162.58180.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=48.50%
G=7.31%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462213300.850.090.43306.2973.8132.94
Hex92168505592B1324a21
Octal222262050125115346211241
Binary1001001010110100001010101010110011010111001100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921685; }

 p { color: rgb(146,22,133); }

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

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

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

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

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

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

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