#8F6297

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

Shades of Violet Blue #8F6297

Tints of Violet Blue #8F6297

Color information

#8F6297 (or 0x8F6297) is unknown color: approx Violet Blue. HEX triplet: 8F, 62 and 97. RGB value is (143,98,151). Sum of RGB (Red+Green+Blue) = 143+98+151=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6297 is #709D68. Grayscale: #757575. Windows color (decimal): -7380329 or 9921167. OLE color: 9921167.

HSL color Cylindrical-coordinate representation of color #8F6297: hue angle of 290.94º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F6297 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14398151-
CMYK0.050.3500.41
HSL290.94º21.29%48.82%-
HSV(B)290.94º35.1%59.22%-
XYZ21.2816.8131.4-
YUV117.5146.91146.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.48%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=36.48%
G=25%
B=38.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143981510.050.3500.41290.9421.2948.82
Hex8F62975230291231531
Octal2171422275430514432561
Binary10001111110001010010111101100011010100110010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,98,151); }

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

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

 a { background-color: rgb(143,98,151); }

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

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

 span { border-color: rgb(143,98,151); }

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