#92499C

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

Shades of Violet Blue #92499C

Tints of Violet Blue #92499C

Color information

#92499C (or 0x92499C) is unknown color: approx Violet Blue. HEX triplet: 92, 49 and 9C. RGB value is (146,73,156). Sum of RGB (Red+Green+Blue) = 146+73+156=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #92499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92499C is #6DB663. Grayscale: #686868. Windows color (decimal): -7190116 or 10242450. OLE color: 10242450.

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

Color convert

RGB14673156-
CMYK0.060.5300.39
HSL292.77º36.24%44.9%-
HSV(B)292.77º53.21%61.18%-
XYZ20.2413.2832.95-
YUV104.29157.18157.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=38.93%
G=19.47%
B=41.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146731560.060.5300.39292.7736.2444.9
Hex92499C635027125242d
Octal2221112346650474454455
Binary100100101001001100111001101101010100111100100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92499C; }

 p { color: rgb(146,73,156); }

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

<style>
 a { background-color: #92499C; }

 a { background-color: rgb(146,73,156); }

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

<style>
 span { border-color: #92499C; }

 span { border-color: rgb(146,73,156); }

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