#921B6F

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

Shades of Dark Purple #921B6F

Tints of Dark Purple #921B6F

Color information

#921B6F (or 0x921B6F) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 6F. RGB value is (146,27,111). Sum of RGB (Red+Green+Blue) = 146+27+111=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #921B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B6F is #6DE490. Grayscale: #474747. Windows color (decimal): -7201937 or 7281554. OLE color: 7281554.

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

Color convert

RGB14627111-
CMYK00.820.240.43
HSL317.65º68.79%33.92%-
HSV(B)317.65º81.51%57.25%-
XYZ15.128.0415.79-
YUV72.16149.92180.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=51.41%
G=9.51%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462711100.820.240.43317.6568.7933.92
Hex921B6F052182B13e4522
Octal222331570122305347610542
Binary1001001011011110111101010010110001010111001111101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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