#924EA2

Color #924EA2 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #924EA2

Tints of Violet Blue #924EA2

Color information

#924EA2 (or 0x924EA2) is unknown color: approx Violet Blue. HEX triplet: 92, 4E and A2. RGB value is (146,78,162). Sum of RGB (Red+Green+Blue) = 146+78+162=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #924EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924EA2 is #6DB15D. Grayscale: #6B6B6B. Windows color (decimal): -7188830 or 10636946. OLE color: 10636946.

HSL color Cylindrical-coordinate representation of color #924EA2: hue angle of 288.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924EA2 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14678162-
CMYK0.100.5200.36
HSL288.57º35%47.06%-
HSV(B)288.57º51.85%63.53%-
XYZ21.114.1735.81-
YUV107.91158.53155.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=37.82%
G=20.21%
B=41.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146781620.100.5200.36288.573547.06
Hex924EA2A34024121232f
Octal22211624212640444414357
Binary1001001010011101010001010101101000100100100100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924EA2; }

 p { color: rgb(146,78,162); }

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

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

 a { background-color: rgb(146,78,162); }

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

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

 span { border-color: rgb(146,78,162); }

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