#906F8F

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

Shades of Violet Blue #906F8F

Tints of Violet Blue #906F8F

Color information

#906F8F (or 0x906F8F) is unknown color: approx Violet Blue. HEX triplet: 90, 6F and 8F. RGB value is (144,111,143). Sum of RGB (Red+Green+Blue) = 144+111+143=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #906F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906F8F is #6F9070. Grayscale: #7C7C7C. Windows color (decimal): -7311473 or 9400208. OLE color: 9400208.

HSL color Cylindrical-coordinate representation of color #906F8F: hue angle of 301.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F8F is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB144111143-
CMYK00.230.010.44
HSL301.82º12.94%50%-
HSV(B)301.82º22.92%56.47%-
XYZ22.1419.2828.54-
YUV124.51138.43141.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=36.18%
G=27.89%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411114300.230.010.44301.8212.9450
Hex906F8F01712C12ed32
Octal2201572170271544561562
Binary1001000011011111000111101011111011001001011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,143); }

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

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

 a { background-color: rgb(144,111,143); }

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

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

 span { border-color: rgb(144,111,143); }

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