#921B6D

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

Shades of Dark Purple #921B6D

Tints of Dark Purple #921B6D

Color information

#921B6D (or 0x921B6D) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 6D. RGB value is (146,27,109). Sum of RGB (Red+Green+Blue) = 146+27+109=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B6D is #6DE492. Grayscale: #474747. Windows color (decimal): -7201939 or 7150482. OLE color: 7150482.

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

Color convert

RGB14627109-
CMYK00.820.250.43
HSL318.66º68.79%33.92%-
HSV(B)318.66º81.51%57.25%-
XYZ15.01815.22-
YUV71.93148.92180.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=51.77%
G=9.57%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462710900.820.250.43318.6668.7933.92
Hex921B6D052192B13f4522
Octal222331550122315347710542
Binary1001001011011110110101010010110011010111001111111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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