Html Css Color HEX #8F509E Violet Blue

📋 copy color: '#8F509E'

red 143 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #8F509E

Tints of Violet Blue #8F509E

RGB

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

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

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

R = 37.53%
G = 21%
B = 41.47%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F509E (or 0x8F509E) is known color: Violet Blue. HEX triplet: 8F, 50 and 9E. RGB value is (143,80,158). Sum of RGB (Red+Green+Blue) = 143+80+158=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509E is #70AF61. Grayscale: #6B6B6B. Windows color (decimal): -7384930 or 10375311. OLE color: 10375311.

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

Color convert

RGB 143 80 158 -
CMYK 0.09 0.49 0 0.38
HSL 288.46º 0.33% 0.47% -
HSV(B) 288.46º 0.49% 0.62% -
XYZ 20.37 14.05 33.99 -
YUV 107.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 143 80 158 0.09 0.49 0 0.38 288.46 0.33 0.47
Hex 8F 50 9E 9 31 0 26 120 21 2F
Octal 217 120 236 11 61 0 46 440 41 57
Binary 10001111 1010000 10011110 1001 110001 0 100110 100100000 100001 101111

Color Harmonies of #8F509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F509E

Black with #8F509E

Text Example


Text Example

White with #8F509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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