Html Css Color HEX #8F5598 Violet Blue

📋 copy color: '#8F5598'

red 143 ◦ green 85 ◦ blue 152

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

Shades of Violet Blue #8F5598

Tints of Violet Blue #8F5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 37.63%
G = 22.37%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F5598 (or 0x8F5598) is known color: Violet Blue. HEX triplet: 8F, 55 and 98. RGB value is (143,85,152). Sum of RGB (Red+Green+Blue) = 143+85+152=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5598 is #70AA67. Grayscale: #6D6D6D. Windows color (decimal): -7383656 or 9983375. OLE color: 9983375.

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

Color convert

RGB 143 85 152 -
CMYK 0.06 0.44 0 0.40
HSL 291.94º 0.28% 0.46% -
HSV(B) 291.94º 0.44% 0.6% -
XYZ 20.24 14.6 31.46 -
YUV 109.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 143 85 152 0.06 0.44 0 0.40 291.94 0.28 0.46
Hex 8F 55 98 6 2C 0 28 124 1C 2E
Octal 217 125 230 6 54 0 50 444 34 56
Binary 10001111 1010101 10011000 110 101100 0 101000 100100100 11100 101110

Color Harmonies of #8F5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5598

Black with #8F5598

Text Example


Text Example

White with #8F5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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