#921B70

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

Shades of Dark Purple #921B70

Tints of Dark Purple #921B70

Color information

#921B70 (or 0x921B70) is unknown color: approx Dark Purple. HEX triplet: 92, 1B and 70. RGB value is (146,27,112). Sum of RGB (Red+Green+Blue) = 146+27+112=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B70 is #6DE48F. Grayscale: #484848. Windows color (decimal): -7201936 or 7347090. OLE color: 7347090.

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

Color convert

RGB14627112-
CMYK00.820.230.43
HSL317.14º68.79%33.92%-
HSV(B)317.14º81.51%57.25%-
XYZ15.178.0616.09-
YUV72.27150.42180.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 27 (10.94% from 255) = 9.47%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=51.23%
G=9.47%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462711200.820.230.43317.1468.7933.92
Hex921B70052172B13d4522
Octal222331600122275347510542
Binary1001001011011111000001010010101111010111001111011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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