#92187F

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

Shades of Dark Purple #92187F

Tints of Dark Purple #92187F

Color information

#92187F (or 0x92187F) is unknown color: approx Dark Purple. HEX triplet: 92, 18 and 7F. RGB value is (146,24,127). Sum of RGB (Red+Green+Blue) = 146+24+127=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #92187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92187F is #6DE780. Grayscale: #474747. Windows color (decimal): -7202689 or 8329362. OLE color: 8329362.

HSL color Cylindrical-coordinate representation of color #92187F: hue angle of 309.34º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92187F is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB14624127-
CMYK00.840.130.43
HSL309.34º71.76%33.33%-
HSV(B)309.34º83.56%57.25%-
XYZ16.018.320.84-
YUV72.22158.92180.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 127 (50% from 255) = 42.76%
R=49.16%
G=8.08%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462412700.840.130.43309.3471.7633.33
Hex92187F054D2B1354821
Octal222301770124155346511041
Binary100100101100011111110101010011011010111001101011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,24,127); }

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

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

 a { background-color: rgb(146,24,127); }

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

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

 span { border-color: rgb(146,24,127); }

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