#924E9A

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

Shades of Violet Blue #924E9A

Tints of Violet Blue #924E9A

Color information

#924E9A (or 0x924E9A) is unknown color: approx Violet Blue. HEX triplet: 92, 4E and 9A. RGB value is (146,78,154). Sum of RGB (Red+Green+Blue) = 146+78+154=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #924E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924E9A is #6DB165. Grayscale: #6A6A6A. Windows color (decimal): -7188838 or 10112658. OLE color: 10112658.

HSL color Cylindrical-coordinate representation of color #924E9A: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924E9A is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14678154-
CMYK0.050.4900.40
HSL293.68º32.76%45.49%-
HSV(B)293.68º49.35%60.39%-
XYZ20.4113.8932.18-
YUV107154.53155.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=38.62%
G=20.63%
B=40.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146781540.050.4900.40293.6832.7645.49
Hex924E9A531028126212d
Octal2221162325610504464155
Binary100100101001110100110101011100010101000100100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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