Html Css Color HEX #8A479E Vivid Violet

📋 copy color: '#8A479E'

red 138 ◦ green 71 ◦ blue 158

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

Shades of Vivid Violet #8A479E

Tints of Vivid Violet #8A479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.05%

R = 37.6%
G = 19.35%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A479E (or 0x8A479E) is known color: Vivid Violet. HEX triplet: 8A, 47 and 9E. RGB value is (138,71,158). Sum of RGB (Red+Green+Blue) = 138+71+158=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A479E is #75B861. Grayscale: #646464. Windows color (decimal): -7714914 or 10373002. OLE color: 10373002.

HSL color Cylindrical-coordinate representation of color #8A479E: hue angle of 286.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A479E is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 71 158 -
CMYK 0.13 0.55 0 0.38
HSL 286.21º 0.38% 0.45% -
HSV(B) 286.21º 0.55% 0.62% -
XYZ 18.91 12.38 33.74 -
YUV 100.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 138 71 158 0.13 0.55 0 0.38 286.21 0.38 0.45
Hex 8A 47 9E D 37 0 26 11E 26 2D
Octal 212 107 236 15 67 0 46 436 46 55
Binary 10001010 1000111 10011110 1101 110111 0 100110 100011110 100110 101101

Color Harmonies of #8A479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A479E

Black with #8A479E

Text Example


Text Example

White with #8A479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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