#8F6192

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

Shades of Violet Blue #8F6192

Tints of Violet Blue #8F6192

Color information

#8F6192 (or 0x8F6192) is unknown color: approx Violet Blue. HEX triplet: 8F, 61 and 92. RGB value is (143,97,146). Sum of RGB (Red+Green+Blue) = 143+97+146=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6192 is #709E6D. Grayscale: #747474. Windows color (decimal): -7380590 or 9593231. OLE color: 9593231.

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

Color convert

RGB14397146-
CMYK0.020.3400.43
HSL296.33º20.16%47.65%-
HSV(B)296.33º33.56%57.25%-
XYZ20.7916.4629.28-
YUV116.34144.74147.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=37.05%
G=25.13%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143971460.020.3400.43296.3320.1647.65
Hex8F619222202B1281430
Octal2171412222420534502460
Binary1000111111000011001001010100010010101110010100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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