#92376F

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

Shades of Dark Purple #92376F

Tints of Dark Purple #92376F

Color information

#92376F (or 0x92376F) is unknown color: approx Dark Purple. HEX triplet: 92, 37 and 6F. RGB value is (146,55,111). Sum of RGB (Red+Green+Blue) = 146+55+111=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #92376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92376F is #6DC890. Grayscale: #585858. Windows color (decimal): -7194769 or 7288722. OLE color: 7288722.

HSL color Cylindrical-coordinate representation of color #92376F: hue angle of 323.08º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92376F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14655111-
CMYK00.620.240.43
HSL323.08º45.27%39.41%-
HSV(B)323.08º62.33%57.25%-
XYZ16.099.9916.12-
YUV88.59140.65168.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=46.79%
G=17.63%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465511100.620.240.43323.0845.2739.41
Hex92376F03E182B1432d27
Octal2226715707630535035547
Binary100100101101111101111011111011000101011101000011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92376F; }

 p { color: rgb(146,55,111); }

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

<style>
 a { background-color: #92376F; }

 a { background-color: rgb(146,55,111); }

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

<style>
 span { border-color: #92376F; }

 span { border-color: rgb(146,55,111); }

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