#926093

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

Shades of Violet Blue #926093

Tints of Violet Blue #926093

Color information

#926093 (or 0x926093) is unknown color: approx Violet Blue. HEX triplet: 92, 60 and 93. RGB value is (146,96,147). Sum of RGB (Red+Green+Blue) = 146+96+147=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #926093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926093 is #6D9F6C. Grayscale: #747474. Windows color (decimal): -7184237 or 9658514. OLE color: 9658514.

HSL color Cylindrical-coordinate representation of color #926093: hue angle of 298.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #926093 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14696147-
CMYK0.010.3500.42
HSL298.82º20.99%47.65%-
HSV(B)298.82º34.69%57.65%-
XYZ21.316.5829.68-
YUV116.76145.06148.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=37.53%
G=24.68%
B=37.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146961470.010.3500.42298.8220.9947.65
Hex92609312302A12b1530
Octal2221402231430524532560
Binary100100101100000100100111100011010101010010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926093; }

 p { color: rgb(146,96,147); }

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

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

 a { background-color: rgb(146,96,147); }

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

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

 span { border-color: rgb(146,96,147); }

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