Html Css Color HEX #8A478D Vivid Violet

📋 copy color: '#8A478D'

red 138 ◦ green 71 ◦ blue 141

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

Shades of Vivid Violet #8A478D

Tints of Vivid Violet #8A478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 39.43%
G = 20.29%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A478D (or 0x8A478D) is known color: Vivid Violet. HEX triplet: 8A, 47 and 8D. RGB value is (138,71,141). Sum of RGB (Red+Green+Blue) = 138+71+141=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A478D is #75B872. Grayscale: #626262. Windows color (decimal): -7714931 or 9258890. OLE color: 9258890.

HSL color Cylindrical-coordinate representation of color #8A478D: hue angle of 297.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A478D is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 71 141 -
CMYK 0.02 0.50 0 0.45
HSL 297.43º 0.33% 0.42% -
HSV(B) 297.43º 0.5% 0.55% -
XYZ 17.54 11.83 26.56 -
YUV 99.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 138 71 141 0.02 0.50 0 0.45 297.43 0.33 0.42
Hex 8A 47 8D 2 32 0 2D 129 21 2A
Octal 212 107 215 2 62 0 55 451 41 52
Binary 10001010 1000111 10001101 10 110010 0 101101 100101001 100001 101010

Color Harmonies of #8A478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A478D

Black with #8A478D

Text Example


Text Example

White with #8A478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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