Html Css Color HEX #8F559B Violet Blue

📋 copy color: '#8F559B'

red 143 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #8F559B

Tints of Violet Blue #8F559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 37.34%
G = 22.19%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F559B (or 0x8F559B) is known color: Violet Blue. HEX triplet: 8F, 55 and 9B. RGB value is (143,85,155). Sum of RGB (Red+Green+Blue) = 143+85+155=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F559B is #70AA64. Grayscale: #6E6E6E. Windows color (decimal): -7383653 or 10179983. OLE color: 10179983.

HSL color Cylindrical-coordinate representation of color #8F559B: hue angle of 289.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F559B is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 85 155 -
CMYK 0.08 0.45 0 0.39
HSL 289.71º 0.29% 0.47% -
HSV(B) 289.71º 0.45% 0.61% -
XYZ 20.49 14.7 32.77 -
YUV 110.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 143 85 155 0.08 0.45 0 0.39 289.71 0.29 0.47
Hex 8F 55 9B 8 2D 0 27 122 1D 2F
Octal 217 125 233 10 55 0 47 442 35 57
Binary 10001111 1010101 10011011 1000 101101 0 100111 100100010 11101 101111

Color Harmonies of #8F559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F559B

Black with #8F559B

Text Example


Text Example

White with #8F559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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