#92237E

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

Shades of Dark Purple #92237E

Tints of Dark Purple #92237E

Color information

#92237E (or 0x92237E) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 7E. RGB value is (146,35,126). Sum of RGB (Red+Green+Blue) = 146+35+126=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92237E is #6DDC81. Grayscale: #4E4E4E. Windows color (decimal): -7199874 or 8266642. OLE color: 8266642.

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

Color convert

RGB14635126-
CMYK00.760.140.43
HSL310.81º61.33%35.49%-
HSV(B)310.81º76.03%57.25%-
XYZ16.228.8220.59-
YUV78.56154.77176.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=47.56%
G=11.40%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463512600.760.140.43310.8161.3335.49
Hex92237E04CE2B1373d23
Octal22243176011416534677543
Binary100100101000111111110010011001110101011100110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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