#906E93

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

Shades of Violet Blue #906E93

Tints of Violet Blue #906E93

Color information

#906E93 (or 0x906E93) is unknown color: approx Violet Blue. HEX triplet: 90, 6E and 93. RGB value is (144,110,147). Sum of RGB (Red+Green+Blue) = 144+110+147=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #906E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E93 is #6F916C. Grayscale: #7C7C7C. Windows color (decimal): -7311725 or 9662096. OLE color: 9662096.

HSL color Cylindrical-coordinate representation of color #906E93: hue angle of 295.14º 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 #906E93 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144110147-
CMYK0.020.2500.42
HSL295.14º14.62%50.39%-
HSV(B)295.14º25.17%57.65%-
XYZ22.3419.1930.13-
YUV124.38140.76141.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=35.91%
G=27.43%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441101470.020.2500.42295.1414.6250.39
Hex906E9321902A127f32
Octal2201562232310524471762
Binary10010000110111010010011101100101010101001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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