Html Css Color HEX #8F509F Violet Blue

📋 copy color: '#8F509F'

red 143 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #8F509F

Tints of Violet Blue #8F509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 37.43%
G = 20.94%
B = 41.62%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F509F (or 0x8F509F) is known color: Violet Blue. HEX triplet: 8F, 50 and 9F. RGB value is (143,80,159). Sum of RGB (Red+Green+Blue) = 143+80+159=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509F is #70AF60. Grayscale: #6B6B6B. Windows color (decimal): -7384929 or 10440847. OLE color: 10440847.

HSL color Cylindrical-coordinate representation of color #8F509F: hue angle of 287.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F509F is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 80 159 -
CMYK 0.10 0.50 0 0.38
HSL 287.85º 0.33% 0.47% -
HSV(B) 287.85º 0.5% 0.62% -
XYZ 20.45 14.08 34.44 -
YUV 107.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 143 80 159 0.10 0.50 0 0.38 287.85 0.33 0.47
Hex 8F 50 9F A 32 0 26 120 21 2F
Octal 217 120 237 12 62 0 46 440 41 57
Binary 10001111 1010000 10011111 1010 110010 0 100110 100100000 100001 101111

Color Harmonies of #8F509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F509F

Black with #8F509F

Text Example


Text Example

White with #8F509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,80,159); }

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

background-color css

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

 a { background-color: rgb(143,80,159); }

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

border-color css

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

 span { border-color: rgb(143,80,159); }

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