#921C8F

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

Shades of Dark Purple #921C8F

Tints of Dark Purple #921C8F

Color information

#921C8F (or 0x921C8F) is unknown color: approx Dark Purple. HEX triplet: 92, 1C and 8F. RGB value is (146,28,143). Sum of RGB (Red+Green+Blue) = 146+28+143=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #921C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921C8F is #6DE370. Grayscale: #4C4C4C. Windows color (decimal): -7201649 or 9378962. OLE color: 9378962.

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

Color convert

RGB14628143-
CMYK00.810.020.43
HSL301.53º67.82%34.12%-
HSV(B)301.53º80.82%57.25%-
XYZ17.238.9226.8-
YUV76.39165.59177.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=46.06%
G=8.83%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462814300.810.020.43301.5367.8234.12
Hex921C8F05122B12e4422
Octal22234217012125345610442
Binary10010010111001000111101010001101010111001011101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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