#921B82

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

Shades of Dark Purple #921B82

Tints of Dark Purple #921B82

Color information

#921B82 (or 0x921B82) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 82. RGB value is (146,27,130). Sum of RGB (Red+Green+Blue) = 146+27+130=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #921B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B82 is #6DE47D. Grayscale: #4A4A4A. Windows color (decimal): -7201918 or 8526738. OLE color: 8526738.

HSL color Cylindrical-coordinate representation of color #921B82: hue angle of 308.07º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921B82 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14627130-
CMYK00.820.110.43
HSL308.07º68.79%33.92%-
HSV(B)308.07º81.51%57.25%-
XYZ16.288.5121.9-
YUV74.32159.42179.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=48.18%
G=8.91%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462713000.820.110.43308.0768.7933.92
Hex921B82052B2B1344522
Octal222332020122135346410542
Binary1001001011011100000100101001010111010111001101001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,27,130); }

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

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

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

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

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

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

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