#921D6C

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

Shades of Dark Purple #921D6C

Tints of Dark Purple #921D6C

Color information

#921D6C (or 0x921D6C) is unknown color: approx Dark Purple. HEX triplet: 92, 1D and 6C. RGB value is (146,29,108). Sum of RGB (Red+Green+Blue) = 146+29+108=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921D6C is #6DE293. Grayscale: #484848. Windows color (decimal): -7201428 or 7085458. OLE color: 7085458.

HSL color Cylindrical-coordinate representation of color #921D6C: hue angle of 319.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D6C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14629108-
CMYK00.800.260.43
HSL319.49º66.86%34.31%-
HSV(B)319.49º80.14%57.25%-
XYZ158.0714.95-
YUV72.99147.76180.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=51.59%
G=10.25%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462910800.800.260.43319.4966.8634.31
Hex921D6C0501A2B13f4322
Octal222351540120325347710342
Binary1001001011101110110001010000110101010111001111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,29,108); }

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

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

 a { background-color: rgb(146,29,108); }

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

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

 span { border-color: rgb(146,29,108); }

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