Html Css Color HEX #8F7491 Violet Blue

📋 copy color: '#8F7491'

red 143 ◦ green 116 ◦ blue 145

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

Shades of Violet Blue #8F7491

Tints of Violet Blue #8F7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 35.4%
G = 28.71%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F7491 (or 0x8F7491) is known color: Violet Blue. HEX triplet: 8F, 74 and 91. RGB value is (143,116,145). Sum of RGB (Red+Green+Blue) = 143+116+145=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7491 is #708B6E. Grayscale: #7F7F7F. Windows color (decimal): -7375727 or 9532559. OLE color: 9532559.

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

Color convert

RGB 143 116 145 -
CMYK 0.01 0.2 0 0.43
HSL 295.86º 0.12% 0.51% -
HSV(B) 295.86º 0.2% 0.57% -
XYZ 22.68 20.37 29.53 -
YUV 127.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 143 116 145 0.01 0.2 0 0.43 295.86 0.12 0.51
Hex 8F 74 91 1 14 0 2B 128 C 33
Octal 217 164 221 1 24 0 53 450 14 63
Binary 10001111 1110100 10010001 1 10100 0 101011 100101000 1100 110011

Color Harmonies of #8F7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7491

Black with #8F7491

Text Example


Text Example

White with #8F7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,116,145); }

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

background-color css

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

 a { background-color: rgb(143,116,145); }

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

border-color css

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

 span { border-color: rgb(143,116,145); }

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