#92366F

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

Shades of Dark Purple #92366F

Tints of Dark Purple #92366F

Color information

#92366F (or 0x92366F) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 6F. RGB value is (146,54,111). Sum of RGB (Red+Green+Blue) = 146+54+111=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92366F is #6DC990. Grayscale: #575757. Windows color (decimal): -7195025 or 7288466. OLE color: 7288466.

HSL color Cylindrical-coordinate representation of color #92366F: hue angle of 322.83º 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 #92366F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14654111-
CMYK00.630.240.43
HSL322.83º46%39.22%-
HSV(B)322.83º63.01%57.25%-
XYZ16.049.916.1-
YUV88.01140.98169.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=46.95%
G=17.36%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465411100.630.240.43322.834639.22
Hex92366F03F182B1432e27
Octal2226615707730535035647
Binary100100101101101101111011111111000101011101000011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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