Html Css Color HEX #8F6590 Violet Blue

📋 copy color: '#8F6590'

red 143 ◦ green 101 ◦ blue 144

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

Shades of Violet Blue #8F6590

Tints of Violet Blue #8F6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 36.86%
G = 26.03%
B = 37.11%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F6590 (or 0x8F6590) is known color: Violet Blue. HEX triplet: 8F, 65 and 90. RGB value is (143,101,144). Sum of RGB (Red+Green+Blue) = 143+101+144=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6590 is #709A6F. Grayscale: #767676. Windows color (decimal): -7379568 or 9463183. OLE color: 9463183.

HSL color Cylindrical-coordinate representation of color #8F6590: hue angle of 298.6º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6590 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 101 144 -
CMYK 0.01 0.30 0 0.44
HSL 298.6º 0.18% 0.48% -
HSV(B) 298.6º 0.3% 0.56% -
XYZ 21.02 17.16 28.59 -
YUV 118.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 143 101 144 0.01 0.30 0 0.44 298.6 0.18 0.48
Hex 8F 65 90 1 1E 0 2C 12B 12 30
Octal 217 145 220 1 36 0 54 453 22 60
Binary 10001111 1100101 10010000 1 11110 0 101100 100101011 10010 110000

Color Harmonies of #8F6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6590

Black with #8F6590

Text Example


Text Example

White with #8F6590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,101,144); }

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

background-color css

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

 a { background-color: rgb(143,101,144); }

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

border-color css

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

 span { border-color: rgb(143,101,144); }

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