#92298B

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

Shades of Dark Purple #92298B

Tints of Dark Purple #92298B

Color information

#92298B (or 0x92298B) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 8B. RGB value is (146,41,139). Sum of RGB (Red+Green+Blue) = 146+41+139=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92298B is #6DD674. Grayscale: #535353. Windows color (decimal): -7198325 or 9120146. OLE color: 9120146.

HSL color Cylindrical-coordinate representation of color #92298B: hue angle of 304º 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 #92298B is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14641139-
CMYK00.720.050.43
HSL304º56.15%36.67%-
HSV(B)304º71.92%57.25%-
XYZ17.319.5625.36-
YUV83.57159.29172.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=44.79%
G=12.58%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464113900.720.050.4330456.1536.67
Hex92298B04852B1303825
Octal2225121301105534607045
Binary100100101010011000101101001000101101011100110000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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