#924C9B

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

Shades of Violet Blue #924C9B

Tints of Violet Blue #924C9B

Color information

#924C9B (or 0x924C9B) is unknown color: approx Violet Blue. HEX triplet: 92, 4C and 9B. RGB value is (146,76,155). Sum of RGB (Red+Green+Blue) = 146+76+155=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #924C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924C9B is #6DB364. Grayscale: #696969. Windows color (decimal): -7189349 or 10177682. OLE color: 10177682.

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

Color convert

RGB14676155-
CMYK0.060.5100.39
HSL293.16º34.2%45.29%-
HSV(B)293.16º50.97%60.78%-
XYZ20.3513.6532.57-
YUV105.94155.69156.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=38.73%
G=20.16%
B=41.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146761550.060.5100.39293.1634.245.29
Hex924C9B633027125222d
Octal2221142336630474454255
Binary100100101001100100110111101100110100111100100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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