#921B9B

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

Shades of Dark Magenta #921B9B

Tints of Dark Magenta #921B9B

Color information

#921B9B (or 0x921B9B) is unknown color: approx Dark Magenta. HEX triplet: 92, 1B and 9B. RGB value is (146,27,155). Sum of RGB (Red+Green+Blue) = 146+27+155=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #921B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B9B is #6DE464. Grayscale: #4C4C4C. Windows color (decimal): -7201893 or 10165138. OLE color: 10165138.

HSL color Cylindrical-coordinate representation of color #921B9B: hue angle of 295.78º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921B9B is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14627155-
CMYK0.060.8300.39
HSL295.78º70.33%35.69%-
HSV(B)295.78º82.58%60.78%-
XYZ18.169.2631.84-
YUV77.17171.92177.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=44.51%
G=8.23%
B=47.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146271550.060.8300.39295.7870.3335.69
Hex921B9B6530271284624
Octal22233233612304745010644
Binary100100101101110011011110101001101001111001010001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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