Html Css Color HEX #8F599B Violet Blue

📋 copy color: '#8F599B'

red 143 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #8F599B

Tints of Violet Blue #8F599B

RGB

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

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

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

R = 36.95%
G = 23%
B = 40.05%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F599B (or 0x8F599B) is known color: Violet Blue. HEX triplet: 8F, 59 and 9B. RGB value is (143,89,155). Sum of RGB (Red+Green+Blue) = 143+89+155=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F599B is #70A664. Grayscale: #707070. Windows color (decimal): -7382629 or 10181007. OLE color: 10181007.

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

Color convert

RGB 143 89 155 -
CMYK 0.08 0.43 0 0.39
HSL 289.09º 0.27% 0.48% -
HSV(B) 289.09º 0.43% 0.61% -
XYZ 20.82 15.35 32.88 -
YUV 112.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 143 89 155 0.08 0.43 0 0.39 289.09 0.27 0.48
Hex 8F 59 9B 8 2B 0 27 121 1B 30
Octal 217 131 233 10 53 0 47 441 33 60
Binary 10001111 1011001 10011011 1000 101011 0 100111 100100001 11011 110000

Color Harmonies of #8F599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F599B

Black with #8F599B

Text Example


Text Example

White with #8F599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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