#922370

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

Shades of Dark Purple #922370

Tints of Dark Purple #922370

Color information

#922370 (or 0x922370) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 70. RGB value is (146,35,112). Sum of RGB (Red+Green+Blue) = 146+35+112=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #922370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922370 is #6DDC8F. Grayscale: #4C4C4C. Windows color (decimal): -7199888 or 7349138. OLE color: 7349138.

HSL color Cylindrical-coordinate representation of color #922370: hue angle of 318.38º 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 #922370 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14635112-
CMYK00.760.230.43
HSL318.38º61.33%35.49%-
HSV(B)318.38º76.03%57.25%-
XYZ15.388.4816.16-
YUV76.97147.77177.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=49.83%
G=11.95%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463511200.760.230.43318.3861.3335.49
Hex92237004C172B13e3d23
Octal22243160011427534767543
Binary1001001010001111100000100110010111101011100111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922370; }

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

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

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

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

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

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

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

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