Html Css Color HEX #8A509F Vivid Violet

📋 copy color: '#8A509F'

red 138 ◦ green 80 ◦ blue 159

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

Shades of Vivid Violet #8A509F

Tints of Vivid Violet #8A509F

RGB

 RED value IS 138 (54.3% from 255) = 36.6%

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

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

R = 36.6%
G = 21.22%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A509F (or 0x8A509F) is known color: Vivid Violet. HEX triplet: 8A, 50 and 9F. RGB value is (138,80,159). Sum of RGB (Red+Green+Blue) = 138+80+159=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A509F is #75AF60. Grayscale: #6A6A6A. Windows color (decimal): -7712609 or 10440842. OLE color: 10440842.

HSL color Cylindrical-coordinate representation of color #8A509F: hue angle of 284.05º 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 #8A509F is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 80 159 -
CMYK 0.13 0.50 0 0.38
HSL 284.05º 0.33% 0.47% -
HSV(B) 284.05º 0.5% 0.62% -
XYZ 19.61 13.64 34.4 -
YUV 106.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 138 80 159 0.13 0.50 0 0.38 284.05 0.33 0.47
Hex 8A 50 9F D 32 0 26 11C 21 2F
Octal 212 120 237 15 62 0 46 434 41 57
Binary 10001010 1010000 10011111 1101 110010 0 100110 100011100 100001 101111

Color Harmonies of #8A509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A509F

Black with #8A509F

Text Example


Text Example

White with #8A509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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