#8F6996

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

Shades of Violet Blue #8F6996

Tints of Violet Blue #8F6996

Color information

#8F6996 (or 0x8F6996) is unknown color: approx Violet Blue. HEX triplet: 8F, 69 and 96. RGB value is (143,105,150). Sum of RGB (Red+Green+Blue) = 143+105+150=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6996 is #709669. Grayscale: #797979. Windows color (decimal): -7378538 or 9857423. OLE color: 9857423.

HSL color Cylindrical-coordinate representation of color #8F6996: hue angle of 290.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6996 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB143105150-
CMYK0.050.3000.41
HSL290.67º17.65%50%-
HSV(B)290.67º30%58.82%-
XYZ21.8818.1431.2-
YUV121.49144.09143.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=35.93%
G=26.38%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1431051500.050.3000.41290.6717.6550
Hex8F699651E0291231232
Octal2171512265360514432262
Binary1000111111010011001011010111110010100110010001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F6996; }

 p { color: rgb(143,105,150); }

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

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

 a { background-color: rgb(143,105,150); }

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

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

 span { border-color: rgb(143,105,150); }

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