#92207D

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

Shades of Dark Purple #92207D

Tints of Dark Purple #92207D

Color information

#92207D (or 0x92207D) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 7D. RGB value is (146,32,125). Sum of RGB (Red+Green+Blue) = 146+32+125=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92207D is #6DDF82. Grayscale: #4C4C4C. Windows color (decimal): -7200643 or 8200338. OLE color: 8200338.

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

Color convert

RGB14632125-
CMYK00.780.140.43
HSL311.05º64.04%34.9%-
HSV(B)311.05º78.08%57.25%-
XYZ16.078.6220.22-
YUV76.69155.27177.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=48.18%
G=10.56%
B=41.25%

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
Decimal1463212500.780.140.43311.0564.0434.9
Hex92207D04EE2B1374023
Octal222401750116165346710043
Binary1001001010000011111010100111011101010111001101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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