#924E98

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

Shades of Violet Blue #924E98

Tints of Violet Blue #924E98

Color information

#924E98 (or 0x924E98) is unknown color: approx Violet Blue. HEX triplet: 92, 4E and 98. RGB value is (146,78,152). Sum of RGB (Red+Green+Blue) = 146+78+152=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #924E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924E98 is #6DB167. Grayscale: #6A6A6A. Windows color (decimal): -7188840 or 9981586. OLE color: 9981586.

HSL color Cylindrical-coordinate representation of color #924E98: hue angle of 295.14º degrees, saturation: 0.32, 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 #924E98 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14678152-
CMYK0.040.4900.40
HSL295.14º32.17%45.1%-
HSV(B)295.14º48.68%59.61%-
XYZ20.2513.8331.31-
YUV106.77153.53155.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=38.83%
G=20.74%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146781520.040.4900.40295.1432.1745.1
Hex924E98431028127202d
Octal2221162304610504474055
Binary100100101001110100110001001100010101000100100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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