Html Css Color HEX #8F5998 Violet Blue

📋 copy color: '#8F5998'

red 143 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #8F5998

Tints of Violet Blue #8F5998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 37.24%
G = 23.18%
B = 39.58%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F5998 (or 0x8F5998) is known color: Violet Blue. HEX triplet: 8F, 59 and 98. RGB value is (143,89,152). Sum of RGB (Red+Green+Blue) = 143+89+152=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5998 is #70A667. Grayscale: #707070. Windows color (decimal): -7382632 or 9984399. OLE color: 9984399.

HSL color Cylindrical-coordinate representation of color #8F5998: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5998 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 89 152 -
CMYK 0.06 0.41 0 0.40
HSL 291.43º 0.26% 0.47% -
HSV(B) 291.43º 0.41% 0.6% -
XYZ 20.57 15.25 31.57 -
YUV 112.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 143 89 152 0.06 0.41 0 0.40 291.43 0.26 0.47
Hex 8F 59 98 6 29 0 28 123 1A 2F
Octal 217 131 230 6 51 0 50 443 32 57
Binary 10001111 1011001 10011000 110 101001 0 101000 100100011 11010 101111

Color Harmonies of #8F5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5998

Black with #8F5998

Text Example


Text Example

White with #8F5998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,89,152); }

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

background-color css

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

 a { background-color: rgb(143,89,152); }

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

border-color css

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

 span { border-color: rgb(143,89,152); }

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