#92186D

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

Shades of Dark Purple #92186D

Tints of Dark Purple #92186D

Color information

#92186D (or 0x92186D) is unknown color: approx Dark Purple. HEX triplet: 92, 18 and 6D. RGB value is (146,24,109). Sum of RGB (Red+Green+Blue) = 146+24+109=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92186D is #6DE792. Grayscale: #454545. Windows color (decimal): -7202707 or 7149714. OLE color: 7149714.

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

Color convert

RGB14624109-
CMYK00.840.250.43
HSL318.2º71.76%33.33%-
HSV(B)318.2º83.56%57.25%-
XYZ14.947.8715.2-
YUV70.17149.92182.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=52.33%
G=8.60%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462410900.840.250.43318.271.7633.33
Hex92186D054192B13e4821
Octal222301550124315347611041
Binary1001001011000110110101010100110011010111001111101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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