#906C93

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

Shades of Violet Blue #906C93

Tints of Violet Blue #906C93

Color information

#906C93 (or 0x906C93) is unknown color: approx Violet Blue. HEX triplet: 90, 6C and 93. RGB value is (144,108,147). Sum of RGB (Red+Green+Blue) = 144+108+147=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #906C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C93 is #6F936C. Grayscale: #7B7B7B. Windows color (decimal): -7312237 or 9661584. OLE color: 9661584.

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

Color convert

RGB144108147-
CMYK0.020.2700.42
HSL295.38º15.29%50%-
HSV(B)295.38º26.53%57.65%-
XYZ22.1318.7630.06-
YUV123.21141.43142.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=36.09%
G=27.07%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441081470.020.2700.42295.3815.2950
Hex906C9321B02A127f32
Octal2201542232330524471762
Binary10010000110110010010011101101101010101001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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