Html Css Color HEX #8F589E Violet Blue

📋 copy color: '#8F589E'

red 143 ◦ green 88 ◦ blue 158

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

Shades of Violet Blue #8F589E

Tints of Violet Blue #8F589E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 36.76%
G = 22.62%
B = 40.62%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F589E (or 0x8F589E) is known color: Violet Blue. HEX triplet: 8F, 58 and 9E. RGB value is (143,88,158). Sum of RGB (Red+Green+Blue) = 143+88+158=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589E is #70A761. Grayscale: #707070. Windows color (decimal): -7382882 or 10377359. OLE color: 10377359.

HSL color Cylindrical-coordinate representation of color #8F589E: hue angle of 287.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F589E is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 88 158 -
CMYK 0.09 0.44 0 0.38
HSL 287.14º 0.28% 0.48% -
HSV(B) 287.14º 0.44% 0.62% -
XYZ 20.99 15.29 34.19 -
YUV 112.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 143 88 158 0.09 0.44 0 0.38 287.14 0.28 0.48
Hex 8F 58 9E 9 2C 0 26 11F 1C 30
Octal 217 130 236 11 54 0 46 437 34 60
Binary 10001111 1011000 10011110 1001 101100 0 100110 100011111 11100 110000

Color Harmonies of #8F589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F589E

Black with #8F589E

Text Example


Text Example

White with #8F589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,88,158); }

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

background-color css

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

 a { background-color: rgb(143,88,158); }

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

border-color css

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

 span { border-color: rgb(143,88,158); }

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