#92367B

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

Shades of Dark Purple #92367B

Tints of Dark Purple #92367B

Color information

#92367B (or 0x92367B) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 7B. RGB value is (146,54,123). Sum of RGB (Red+Green+Blue) = 146+54+123=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92367B is #6DC984. Grayscale: #595959. Windows color (decimal): -7195013 or 8074898. OLE color: 8074898.

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

Color convert

RGB14654123-
CMYK00.630.160.43
HSL315º46%39.22%-
HSV(B)315º63.01%57.25%-
XYZ16.7510.1819.82-
YUV89.37146.98168.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=45.20%
G=16.72%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465412300.630.160.433154639.22
Hex92367B03F102B13b2e27
Octal2226617307720534735647
Binary100100101101101111011011111110000101011100111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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