#924D9E

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

Shades of Violet Blue #924D9E

Tints of Violet Blue #924D9E

Color information

#924D9E (or 0x924D9E) is unknown color: approx Violet Blue. HEX triplet: 92, 4D and 9E. RGB value is (146,77,158). Sum of RGB (Red+Green+Blue) = 146+77+158=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #924D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924D9E is #6DB261. Grayscale: #6A6A6A. Windows color (decimal): -7189090 or 10374546. OLE color: 10374546.

HSL color Cylindrical-coordinate representation of color #924D9E: hue angle of 291.11º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924D9E is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14677158-
CMYK0.080.5100.38
HSL291.11º34.47%46.08%-
HSV(B)291.11º51.27%61.96%-
XYZ20.6813.8933.94-
YUV106.86156.86155.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=38.32%
G=20.21%
B=41.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146771580.080.5100.38291.1134.4746.08
Hex924D9E833026123222e
Octal22211523610630464434256
Binary1001001010011011001111010001100110100110100100011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,77,158); }

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

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

 a { background-color: rgb(146,77,158); }

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

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

 span { border-color: rgb(146,77,158); }

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