#92247E

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

Shades of Dark Purple #92247E

Tints of Dark Purple #92247E

Color information

#92247E (or 0x92247E) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 7E. RGB value is (146,36,126). Sum of RGB (Red+Green+Blue) = 146+36+126=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92247E is #6DDB81. Grayscale: #4E4E4E. Windows color (decimal): -7199618 or 8266898. OLE color: 8266898.

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

Color convert

RGB14636126-
CMYK00.750.140.43
HSL310.91º60.44%35.69%-
HSV(B)310.91º75.34%57.25%-
XYZ16.258.8820.6-
YUV79.15154.44175.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=47.40%
G=11.69%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463612600.750.140.43310.9160.4435.69
Hex92247E04BE2B1373c24
Octal22244176011316534677444
Binary100100101001001111110010010111110101011100110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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