Html Css Color HEX #8F6497 Violet Blue

📋 copy color: '#8F6497'

red 143 ◦ green 100 ◦ blue 151

#8F6497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #8F6497

Tints of Violet Blue #8F6497

RGB

 RED value IS 143 (56.25% from 255) = 36.29%

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 36.29%
G = 25.38%
B = 38.32%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8F6497 (or 0x8F6497) is known color: Violet Blue. HEX triplet: 8F, 64 and 97. RGB value is (143,100,151). Sum of RGB (Red+Green+Blue) = 143+100+151=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6497 is #709B68. Grayscale: #767676. Windows color (decimal): -7379817 or 9921679. OLE color: 9921679.

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

Color convert

RGB 143 100 151 -
CMYK 0.05 0.34 0 0.41
HSL 290.59º 0.2% 0.49% -
HSV(B) 290.59º 0.34% 0.59% -
XYZ 21.47 17.19 31.46 -
YUV 118.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 143 100 151 0.05 0.34 0 0.41 290.59 0.2 0.49
Hex 8F 64 97 5 22 0 29 123 14 31
Octal 217 144 227 5 42 0 51 443 24 61
Binary 10001111 1100100 10010111 101 100010 0 101001 100100011 10100 110001

Color Harmonies of #8F6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6497

Black with #8F6497

Text Example


Text Example

White with #8F6497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F6497;
 }
 .AnyTagClassName
 {
   color: #8F6497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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