Html Css Color HEX #8A478E Vivid Violet

📋 copy color: '#8A478E'

red 138 ◦ green 71 ◦ blue 142

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

Shades of Vivid Violet #8A478E

Tints of Vivid Violet #8A478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 39.32%
G = 20.23%
B = 40.46%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8A478E (or 0x8A478E) is known color: Vivid Violet. HEX triplet: 8A, 47 and 8E. RGB value is (138,71,142). Sum of RGB (Red+Green+Blue) = 138+71+142=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A478E is #75B871. Grayscale: #626262. Windows color (decimal): -7714930 or 9324426. OLE color: 9324426.

HSL color Cylindrical-coordinate representation of color #8A478E: hue angle of 296.62º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A478E is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 71 142 -
CMYK 0.03 0.5 0 0.44
HSL 296.62º 0.33% 0.42% -
HSV(B) 296.62º 0.5% 0.56% -
XYZ 17.62 11.86 26.95 -
YUV 99.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 138 71 142 0.03 0.5 0 0.44 296.62 0.33 0.42
Hex 8A 47 8E 3 32 0 2C 129 21 2A
Octal 212 107 216 3 62 0 54 451 41 52
Binary 10001010 1000111 10001110 11 110010 0 101100 100101001 100001 101010

Color Harmonies of #8A478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A478E

Black with #8A478E

Text Example


Text Example

White with #8A478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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