Html Css Color HEX #8F5399 Violet Blue

📋 copy color: '#8F5399'

red 143 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #8F5399

Tints of Violet Blue #8F5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 37.73%
G = 21.9%
B = 40.37%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F5399 (or 0x8F5399) is known color: Violet Blue. HEX triplet: 8F, 53 and 99. RGB value is (143,83,153). Sum of RGB (Red+Green+Blue) = 143+83+153=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5399 is #70AC66. Grayscale: #6C6C6C. Windows color (decimal): -7384167 or 10048399. OLE color: 10048399.

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

Color convert

RGB 143 83 153 -
CMYK 0.07 0.46 0 0.4
HSL 291.43º 0.3% 0.46% -
HSV(B) 291.43º 0.46% 0.6% -
XYZ 20.17 14.33 31.84 -
YUV 108.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 143 83 153 0.07 0.46 0 0.4 291.43 0.3 0.46
Hex 8F 53 99 7 2E 0 28 123 1E 2E
Octal 217 123 231 7 56 0 50 443 36 56
Binary 10001111 1010011 10011001 111 101110 0 101000 100100011 11110 101110

Color Harmonies of #8F5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5399

Black with #8F5399

Text Example


Text Example

White with #8F5399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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