#92196E

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

Shades of Dark Purple #92196E

Tints of Dark Purple #92196E

Color information

#92196E (or 0x92196E) is unknown color: approx Dark Purple. HEX triplet: 92, 19 and 6E. RGB value is (146,25,110). Sum of RGB (Red+Green+Blue) = 146+25+110=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #92196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92196E is #6DE691. Grayscale: #464646. Windows color (decimal): -7202450 or 7215506. OLE color: 7215506.

HSL color Cylindrical-coordinate representation of color #92196E: hue angle of 317.85º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92196E is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14625110-
CMYK00.830.250.43
HSL317.85º70.76%33.53%-
HSV(B)317.85º82.88%57.25%-
XYZ15.027.9315.49-
YUV70.87150.09181.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=51.96%
G=8.90%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462511000.830.250.43317.8570.7633.53
Hex92196E053192B13e4722
Octal222311560123315347610742
Binary1001001011001110111001010011110011010111001111101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92196E; }

 p { color: rgb(146,25,110); }

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

<style>
 a { background-color: #92196E; }

 a { background-color: rgb(146,25,110); }

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

<style>
 span { border-color: #92196E; }

 span { border-color: rgb(146,25,110); }

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