#921B6E

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

Shades of Dark Purple #921B6E

Tints of Dark Purple #921B6E

Color information

#921B6E (or 0x921B6E) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 6E. RGB value is (146,27,110). Sum of RGB (Red+Green+Blue) = 146+27+110=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B6E is #6DE491. Grayscale: #474747. Windows color (decimal): -7201938 or 7216018. OLE color: 7216018.

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

Color convert

RGB14627110-
CMYK00.820.250.43
HSL318.15º68.79%33.92%-
HSV(B)318.15º81.51%57.25%-
XYZ15.068.0215.51-
YUV72.04149.42180.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=51.59%
G=9.54%
B=38.87%

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
Decimal1462711000.820.250.43318.1568.7933.92
Hex921B6E052192B13e4522
Octal222331560122315347610542
Binary1001001011011110111001010010110011010111001111101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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