#92186B

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

Shades of Dark Purple #92186B

Tints of Dark Purple #92186B

Color information

#92186B (or 0x92186B) is unknown color: approx Dark Purple. HEX triplet: 92, 18 and 6B. RGB value is (146,24,107). Sum of RGB (Red+Green+Blue) = 146+24+107=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92186B is #6DE794. Grayscale: #454545. Windows color (decimal): -7202709 or 7018642. OLE color: 7018642.

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

Color convert

RGB14624107-
CMYK00.840.270.43
HSL319.18º71.76%33.33%-
HSV(B)319.18º83.56%57.25%-
XYZ14.837.8314.64-
YUV69.94148.92182.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=52.71%
G=8.66%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462410700.840.270.43319.1871.7633.33
Hex92186B0541B2B13f4821
Octal222301530124335347711041
Binary1001001011000110101101010100110111010111001111111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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