Html Css Color HEX #8A4799 Vivid Violet

📋 copy color: '#8A4799'

red 138 ◦ green 71 ◦ blue 153

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

Shades of Vivid Violet #8A4799

Tints of Vivid Violet #8A4799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.61%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 38.12%
G = 19.61%
B = 42.27%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A4799 (or 0x8A4799) is known color: Vivid Violet. HEX triplet: 8A, 47 and 99. RGB value is (138,71,153). Sum of RGB (Red+Green+Blue) = 138+71+153=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A4799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4799 is #75B866. Grayscale: #646464. Windows color (decimal): -7714919 or 10045322. OLE color: 10045322.

HSL color Cylindrical-coordinate representation of color #8A4799: hue angle of 289.02º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4799 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 71 153 -
CMYK 0.10 0.54 0 0.4
HSL 289.02º 0.37% 0.44% -
HSV(B) 289.02º 0.54% 0.6% -
XYZ 18.48 12.21 31.52 -
YUV 100.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 138 71 153 0.10 0.54 0 0.4 289.02 0.37 0.44
Hex 8A 47 99 A 36 0 28 121 25 2C
Octal 212 107 231 12 66 0 50 441 45 54
Binary 10001010 1000111 10011001 1010 110110 0 101000 100100001 100101 101100

Color Harmonies of #8A4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4799

Black with #8A4799

Text Example


Text Example

White with #8A4799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,153); }

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

background-color css

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

 a { background-color: rgb(138,71,153); }

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

border-color css

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

 span { border-color: rgb(138,71,153); }

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