#926E93

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

Shades of Violet Blue #926E93

Tints of Violet Blue #926E93

Color information

#926E93 (or 0x926E93) is unknown color: approx Violet Blue. HEX triplet: 92, 6E and 93. RGB value is (146,110,147). Sum of RGB (Red+Green+Blue) = 146+110+147=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #926E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926E93 is #6D916C. Grayscale: #7C7C7C. Windows color (decimal): -7180653 or 9662098. OLE color: 9662098.

HSL color Cylindrical-coordinate representation of color #926E93: hue angle of 298.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E93 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146110147-
CMYK0.010.2500.42
HSL298.38º14.62%50.39%-
HSV(B)298.38º25.17%57.65%-
XYZ22.719.3730.15-
YUV124.98140.43142.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=36.23%
G=27.30%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461101470.010.2500.42298.3814.6250.39
Hex926E9311902A12af32
Octal2221562231310524521762
Binary1001001011011101001001111100101010101001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E93; }

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

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

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

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

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

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

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

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