#922574

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

Shades of Dark Purple #922574

Tints of Dark Purple #922574

Color information

#922574 (or 0x922574) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 74. RGB value is (146,37,116). Sum of RGB (Red+Green+Blue) = 146+37+116=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #922574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922574 is #6DDA8B. Grayscale: #4E4E4E. Windows color (decimal): -7199372 or 7611794. OLE color: 7611794.

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

Color convert

RGB14637116-
CMYK00.750.210.43
HSL316.51º59.56%35.88%-
HSV(B)316.51º74.66%57.25%-
XYZ15.678.717.38-
YUV78.6149.11176.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=48.83%
G=12.37%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463711600.750.210.43316.5159.5635.88
Hex92257404B152B13d3c24
Octal22245164011325534757444
Binary1001001010010111101000100101110101101011100111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922574; }

 p { color: rgb(146,37,116); }

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

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

 a { background-color: rgb(146,37,116); }

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

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

 span { border-color: rgb(146,37,116); }

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