#92296E

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

Shades of Dark Purple #92296E

Tints of Dark Purple #92296E

Color information

#92296E (or 0x92296E) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 6E. RGB value is (146,41,110). Sum of RGB (Red+Green+Blue) = 146+41+110=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #92296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92296E is #6DD691. Grayscale: #505050. Windows color (decimal): -7198354 or 7219602. OLE color: 7219602.

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

Color convert

RGB14641110-
CMYK00.720.250.43
HSL320.57º56.15%36.67%-
HSV(B)320.57º71.92%57.25%-
XYZ15.468.8215.64-
YUV80.26144.79174.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=49.16%
G=13.80%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464111000.720.250.43320.5756.1536.67
Hex92296E048192B1413825
Octal22251156011031535017045
Binary1001001010100111011100100100011001101011101000001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92296E; }

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

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

<style>
 a { background-color: #92296E; }

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

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

<style>
 span { border-color: #92296E; }

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

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