#924D9B

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

Shades of Violet Blue #924D9B

Tints of Violet Blue #924D9B

Color information

#924D9B (or 0x924D9B) is unknown color: approx Violet Blue. HEX triplet: 92, 4D and 9B. RGB value is (146,77,155). Sum of RGB (Red+Green+Blue) = 146+77+155=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #924D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924D9B is #6DB264. Grayscale: #6A6A6A. Windows color (decimal): -7189093 or 10177938. OLE color: 10177938.

HSL color Cylindrical-coordinate representation of color #924D9B: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924D9B is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14677155-
CMYK0.060.5000.39
HSL293.08º33.62%45.49%-
HSV(B)293.08º50.32%60.78%-
XYZ20.4213.7932.59-
YUV106.52155.36156.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.62%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=38.62%
G=20.37%
B=41.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146771550.060.5000.39293.0833.6245.49
Hex924D9B632027125222d
Octal2221152336620474454255
Binary100100101001101100110111101100100100111100100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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