Html Css Color HEX #8F5899 Violet Blue

📋 copy color: '#8F5899'

red 143 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #8F5899

Tints of Violet Blue #8F5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.92%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 37.24%
G = 22.92%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F5899 (or 0x8F5899) is known color: Violet Blue. HEX triplet: 8F, 58 and 99. RGB value is (143,88,153). Sum of RGB (Red+Green+Blue) = 143+88+153=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5899 is #70A766. Grayscale: #6F6F6F. Windows color (decimal): -7382887 or 10049679. OLE color: 10049679.

HSL color Cylindrical-coordinate representation of color #8F5899: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5899 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 88 153 -
CMYK 0.07 0.42 0 0.4
HSL 290.77º 0.27% 0.47% -
HSV(B) 290.77º 0.42% 0.6% -
XYZ 20.57 15.12 31.97 -
YUV 111.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 143 88 153 0.07 0.42 0 0.4 290.77 0.27 0.47
Hex 8F 58 99 7 2A 0 28 123 1B 2F
Octal 217 130 231 7 52 0 50 443 33 57
Binary 10001111 1011000 10011001 111 101010 0 101000 100100011 11011 101111

Color Harmonies of #8F5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5899

Black with #8F5899

Text Example


Text Example

White with #8F5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,153); }

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

background-color css

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

 a { background-color: rgb(143,88,153); }

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

border-color css

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

 span { border-color: rgb(143,88,153); }

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