Html Css Color HEX #8A509B Vivid Violet

📋 copy color: '#8A509B'

red 138 ◦ green 80 ◦ blue 155

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

Shades of Vivid Violet #8A509B

Tints of Vivid Violet #8A509B

RGB

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

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

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

R = 37%
G = 21.45%
B = 41.55%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A509B (or 0x8A509B) is known color: Vivid Violet. HEX triplet: 8A, 50 and 9B. RGB value is (138,80,155). Sum of RGB (Red+Green+Blue) = 138+80+155=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A509B is #75AF64. Grayscale: #696969. Windows color (decimal): -7712613 or 10178698. OLE color: 10178698.

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

Color convert

RGB 138 80 155 -
CMYK 0.11 0.48 0 0.39
HSL 286.4º 0.32% 0.46% -
HSV(B) 286.4º 0.48% 0.61% -
XYZ 19.27 13.51 32.6 -
YUV 105.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 138 80 155 0.11 0.48 0 0.39 286.4 0.32 0.46
Hex 8A 50 9B B 30 0 27 11E 20 2E
Octal 212 120 233 13 60 0 47 436 40 56
Binary 10001010 1010000 10011011 1011 110000 0 100111 100011110 100000 101110

Color Harmonies of #8A509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A509B

Black with #8A509B

Text Example


Text Example

White with #8A509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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