Html Css Color HEX #8A469E Vivid Violet

📋 copy color: '#8A469E'

red 138 ◦ green 70 ◦ blue 158

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

Shades of Vivid Violet #8A469E

Tints of Vivid Violet #8A469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 37.7%
G = 19.13%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A469E (or 0x8A469E) is known color: Vivid Violet. HEX triplet: 8A, 46 and 9E. RGB value is (138,70,158). Sum of RGB (Red+Green+Blue) = 138+70+158=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A469E is #75B961. Grayscale: #646464. Windows color (decimal): -7715170 or 10372746. OLE color: 10372746.

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

Color convert

RGB 138 70 158 -
CMYK 0.13 0.56 0 0.38
HSL 286.36º 0.39% 0.45% -
HSV(B) 286.36º 0.56% 0.62% -
XYZ 18.84 12.25 33.72 -
YUV 100.36 160.53 154.84 -
System Red Green Blue C M Y K H S L
Decimal 138 70 158 0.13 0.56 0 0.38 286.36 0.39 0.45
Hex 8A 46 9E D 38 0 26 11E 27 2D
Octal 212 106 236 15 70 0 46 436 47 55
Binary 10001010 1000110 10011110 1101 111000 0 100110 100011110 100111 101101

Color Harmonies of #8A469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A469E

Black with #8A469E

Text Example


Text Example

White with #8A469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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