#921E8D

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

Shades of Dark Purple #921E8D

Tints of Dark Purple #921E8D

Color information

#921E8D (or 0x921E8D) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 8D. RGB value is (146,30,141). Sum of RGB (Red+Green+Blue) = 146+30+141=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #921E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E8D is #6DE172. Grayscale: #4D4D4D. Windows color (decimal): -7201139 or 9248402. OLE color: 9248402.

HSL color Cylindrical-coordinate representation of color #921E8D: hue angle of 302.59º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E8D is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14630141-
CMYK00.790.030.43
HSL302.59º65.91%34.51%-
HSV(B)302.59º79.45%57.25%-
XYZ17.138.9626.03-
YUV77.34163.93176.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=46.06%
G=9.46%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463014100.790.030.43302.5965.9134.51
Hex921E8D04F32B12f4223
Octal22236215011735345710243
Binary10010010111101000110101001111111010111001011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,30,141); }

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

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

 a { background-color: rgb(146,30,141); }

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

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

 span { border-color: rgb(146,30,141); }

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