#92437B

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

Shades of Dark Purple #92437B

Tints of Dark Purple #92437B

Color information

#92437B (or 0x92437B) is unknown color: approx Dark Purple. HEX triplet: 92, 43 and 7B. RGB value is (146,67,123). Sum of RGB (Red+Green+Blue) = 146+67+123=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #92437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92437B is #6DBC84. Grayscale: #606060. Windows color (decimal): -7191685 or 8078226. OLE color: 8078226.

HSL color Cylindrical-coordinate representation of color #92437B: hue angle of 317.47º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92437B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14667123-
CMYK00.540.160.43
HSL317.47º37.09%41.76%-
HSV(B)317.47º54.11%57.25%-
XYZ17.4411.5620.05-
YUV97.01142.67162.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=43.45%
G=19.94%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466712300.540.160.43317.4737.0941.76
Hex92437B036102B13d252a
Octal22210317306620534754552
Binary1001001010000111111011011011010000101011100111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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