#92277D

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

Shades of Dark Purple #92277D

Tints of Dark Purple #92277D

Color information

#92277D (or 0x92277D) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 7D. RGB value is (146,39,125). Sum of RGB (Red+Green+Blue) = 146+39+125=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92277D is #6DD882. Grayscale: #505050. Windows color (decimal): -7198851 or 8202130. OLE color: 8202130.

HSL color Cylindrical-coordinate representation of color #92277D: hue angle of 311.78º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92277D is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14639125-
CMYK00.730.140.43
HSL311.78º57.84%36.27%-
HSV(B)311.78º73.29%57.25%-
XYZ16.289.0420.29-
YUV80.8152.95174.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=47.10%
G=12.58%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463912500.730.140.43311.7857.8436.27
Hex92277D049E2B1383a24
Octal22247175011116534707244
Binary100100101001111111101010010011110101011100111000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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