#924B95

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

Shades of Violet Blue #924B95

Tints of Violet Blue #924B95

Color information

#924B95 (or 0x924B95) is unknown color: approx Violet Blue. HEX triplet: 92, 4B and 95. RGB value is (146,75,149). Sum of RGB (Red+Green+Blue) = 146+75+149=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #924B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924B95 is #6DB46A. Grayscale: #686868. Windows color (decimal): -7189611 or 9784210. OLE color: 9784210.

HSL color Cylindrical-coordinate representation of color #924B95: hue angle of 297.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924B95 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14675149-
CMYK0.020.5000.42
HSL297.57º33.04%43.92%-
HSV(B)297.57º49.66%58.43%-
XYZ19.7913.3129.96-
YUV104.66153.02157.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=39.46%
G=20.27%
B=40.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146751490.020.5000.42297.5733.0443.92
Hex924B9523202A12a212c
Octal2221132252620524524154
Binary10010010100101110010101101100100101010100101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,75,149); }

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

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

 a { background-color: rgb(146,75,149); }

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

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

 span { border-color: rgb(146,75,149); }

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