#92367C

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

Shades of Dark Purple #92367C

Tints of Dark Purple #92367C

Color information

#92367C (or 0x92367C) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 7C. RGB value is (146,54,124). Sum of RGB (Red+Green+Blue) = 146+54+124=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #92367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92367C is #6DC983. Grayscale: #595959. Windows color (decimal): -7195012 or 8140434. OLE color: 8140434.

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

Color convert

RGB14654124-
CMYK00.630.150.43
HSL314.35º46%39.22%-
HSV(B)314.35º63.01%57.25%-
XYZ16.8110.220.15-
YUV89.49147.48168.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=45.06%
G=16.67%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465412400.630.150.43314.354639.22
Hex92367C03FF2B13a2e27
Octal2226617407717534725647
Binary10010010110110111110001111111111101011100111010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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