#921C6F

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

Shades of Dark Purple #921C6F

Tints of Dark Purple #921C6F

Color information

#921C6F (or 0x921C6F) is unknown color: approx Dark Purple. HEX triplet: 92, 1C and 6F. RGB value is (146,28,111). Sum of RGB (Red+Green+Blue) = 146+28+111=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921C6F is #6DE390. Grayscale: #484848. Windows color (decimal): -7201681 or 7281810. OLE color: 7281810.

HSL color Cylindrical-coordinate representation of color #921C6F: hue angle of 317.8º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921C6F is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14628111-
CMYK00.810.240.43
HSL317.8º67.82%34.12%-
HSV(B)317.8º80.82%57.25%-
XYZ15.148.0915.8-
YUV72.74149.59180.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=51.23%
G=9.82%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462811100.810.240.43317.867.8234.12
Hex921C6F051182B13e4422
Octal222341570121305347610442
Binary1001001011100110111101010001110001010111001111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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