#921D6E

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

Shades of Dark Purple #921D6E

Tints of Dark Purple #921D6E

Color information

#921D6E (or 0x921D6E) is unknown color: approx Dark Purple. HEX triplet: 92, 1D and 6E. RGB value is (146,29,110). Sum of RGB (Red+Green+Blue) = 146+29+110=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921D6E is #6DE291. Grayscale: #494949. Windows color (decimal): -7201426 or 7216530. OLE color: 7216530.

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

Color convert

RGB14629110-
CMYK00.800.250.43
HSL318.46º66.86%34.31%-
HSV(B)318.46º80.14%57.25%-
XYZ15.118.1215.52-
YUV73.22148.76179.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 29 (11.72% from 255) = 10.18%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=51.23%
G=10.18%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462911000.800.250.43318.4666.8634.31
Hex921D6E050192B13e4322
Octal222351560120315347610342
Binary1001001011101110111001010000110011010111001111101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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