#8F6792

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

Shades of Violet Blue #8F6792

Tints of Violet Blue #8F6792

Color information

#8F6792 (or 0x8F6792) is unknown color: approx Violet Blue. HEX triplet: 8F, 67 and 92. RGB value is (143,103,146). Sum of RGB (Red+Green+Blue) = 143+103+146=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6792 is #70986D. Grayscale: #777777. Windows color (decimal): -7379054 or 9594767. OLE color: 9594767.

HSL color Cylindrical-coordinate representation of color #8F6792: hue angle of 295.81º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6792 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143103146-
CMYK0.020.2900.43
HSL295.81º17.27%48.82%-
HSV(B)295.81º29.45%57.25%-
XYZ21.3717.6229.47-
YUV119.86142.75144.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=36.48%
G=26.28%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431031460.020.2900.43295.8117.2748.82
Hex8F679221D02B1281131
Octal2171472222350534502161
Binary100011111100111100100101011101010101110010100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,103,146); }

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

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

 a { background-color: rgb(143,103,146); }

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

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

 span { border-color: rgb(143,103,146); }

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