#921688

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

Shades of Dark Purple #921688

Tints of Dark Purple #921688

Color information

#921688 (or 0x921688) is unknown color: approx Dark Purple. HEX triplet: 92, 16 and 88. RGB value is (146,22,136). Sum of RGB (Red+Green+Blue) = 146+22+136=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #921688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921688 is #6DE977. Grayscale: #474747. Windows color (decimal): -7203192 or 8918674. OLE color: 8918674.

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

Color convert

RGB14622136-
CMYK00.850.070.43
HSL304.84º73.81%32.94%-
HSV(B)304.84º84.93%57.25%-
XYZ16.588.4624.05-
YUV72.07164.08180.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=48.03%
G=7.24%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462213600.850.070.43304.8473.8132.94
Hex92168805572B1314a21
Octal22226210012575346111241
Binary100100101011010001000010101011111010111001100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921688; }

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

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

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

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

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

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

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

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