#92207E

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

Shades of Dark Purple #92207E

Tints of Dark Purple #92207E

Color information

#92207E (or 0x92207E) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 7E. RGB value is (146,32,126). Sum of RGB (Red+Green+Blue) = 146+32+126=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92207E is #6DDF81. Grayscale: #4C4C4C. Windows color (decimal): -7200642 or 8265874. OLE color: 8265874.

HSL color Cylindrical-coordinate representation of color #92207E: hue angle of 310.53º 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 #92207E is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14632126-
CMYK00.780.140.43
HSL310.53º64.04%34.9%-
HSV(B)310.53º78.08%57.25%-
XYZ16.148.6520.56-
YUV76.8155.77177.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=48.03%
G=10.53%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463212600.780.140.43310.5364.0434.9
Hex92207E04EE2B1374023
Octal222401760116165346710043
Binary1001001010000011111100100111011101010111001101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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