#92397C

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

Shades of Dark Purple #92397C

Tints of Dark Purple #92397C

Color information

#92397C (or 0x92397C) is unknown color: approx Dark Purple. HEX triplet: 92, 39 and 7C. RGB value is (146,57,124). Sum of RGB (Red+Green+Blue) = 146+57+124=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92397C is #6DC683. Grayscale: #5B5B5B. Windows color (decimal): -7194244 or 8141202. OLE color: 8141202.

HSL color Cylindrical-coordinate representation of color #92397C: hue angle of 314.83º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92397C is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14657124-
CMYK00.610.150.43
HSL314.83º43.84%39.8%-
HSV(B)314.83º60.96%57.25%-
XYZ16.9610.4920.2-
YUV91.25146.49167.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=44.65%
G=17.43%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465712400.610.150.43314.8343.8439.8
Hex92397C03DF2B13b2c28
Octal2227117407517534735450
Binary10010010111001111110001111011111101011100111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92397C; }

 p { color: rgb(146,57,124); }

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

<style>
 a { background-color: #92397C; }

 a { background-color: rgb(146,57,124); }

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

<style>
 span { border-color: #92397C; }

 span { border-color: rgb(146,57,124); }

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