#92208E

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

Shades of Dark Purple #92208E

Tints of Dark Purple #92208E

Color information

#92208E (or 0x92208E) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 8E. RGB value is (146,32,142). Sum of RGB (Red+Green+Blue) = 146+32+142=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92208E is #6DDF71. Grayscale: #4E4E4E. Windows color (decimal): -7200626 or 9314450. OLE color: 9314450.

HSL color Cylindrical-coordinate representation of color #92208E: hue angle of 302.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92208E is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14632142-
CMYK00.780.030.43
HSL302.11º64.04%34.9%-
HSV(B)302.11º78.08%57.25%-
XYZ17.259.126.44-
YUV78.63163.77176.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 32 (12.89% from 255) = 10%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=45.62%
G=10%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463214200.780.030.43302.1164.0434.9
Hex92208E04E32B12e4023
Octal22240216011635345610043
Binary100100101000001000111001001110111010111001011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,32,142); }

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

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

 a { background-color: rgb(146,32,142); }

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

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

 span { border-color: rgb(146,32,142); }

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