Html Css Color HEX #8F7290 Violet Blue

📋 copy color: '#8F7290'

red 143 ◦ green 114 ◦ blue 144

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

Shades of Violet Blue #8F7290

Tints of Violet Blue #8F7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

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

R = 35.66%
G = 28.43%
B = 35.91%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F7290 (or 0x8F7290) is known color: Violet Blue. HEX triplet: 8F, 72 and 90. RGB value is (143,114,144). Sum of RGB (Red+Green+Blue) = 143+114+144=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7290 is #708D6F. Grayscale: #7E7E7E. Windows color (decimal): -7376240 or 9466511. OLE color: 9466511.

HSL color Cylindrical-coordinate representation of color #8F7290: hue angle of 298º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7290 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 114 144 -
CMYK 0.01 0.21 0 0.44
HSL 298º 0.12% 0.51% -
HSV(B) 298º 0.21% 0.56% -
XYZ 22.38 19.89 29.04 -
YUV 126.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 143 114 144 0.01 0.21 0 0.44 298 0.12 0.51
Hex 8F 72 90 1 15 0 2C 12A C 33
Octal 217 162 220 1 25 0 54 452 14 63
Binary 10001111 1110010 10010000 1 10101 0 101100 100101010 1100 110011

Color Harmonies of #8F7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7290

Black with #8F7290

Text Example


Text Example

White with #8F7290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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