#92298d

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

Shades of Dark Purple #92298D

Tints of Dark Purple #92298D

Color information

#92298D (or 0x92298D) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 8D. RGB value is (146,41,141). Sum of RGB (Red+Green+Blue) = 146+41+141=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92298D is #6DD672. Grayscale: #535353. Windows color (decimal): -7198323 or 9251218. OLE color: 9251218.

HSL color Cylindrical-coordinate representation of color #92298D: hue angle of 302.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92298D is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14641141-
CMYK00.720.030.43
HSL302.86º56.15%36.67%-
HSV(B)302.86º71.92%57.25%-
XYZ17.459.6226.14-
YUV83.8160.29172.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=44.51%
G=12.5%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464114100.720.030.43302.8656.1536.67
Hex92298D04832B12f3825
Octal2225121501103534577045
Binary10010010101001100011010100100011101011100101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92298d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92298d; }

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

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

<style>
 a { background-color: #92298d; }

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

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

<style>
 span { border-color: #92298d; }

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

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