Html Css Color HEX #8A469B Vivid Violet

📋 copy color: '#8A469B'

red 138 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #8A469B

Tints of Vivid Violet #8A469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 38.02%
G = 19.28%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A469B (or 0x8A469B) is known color: Vivid Violet. HEX triplet: 8A, 46 and 9B. RGB value is (138,70,155). Sum of RGB (Red+Green+Blue) = 138+70+155=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A469B is #75B964. Grayscale: #636363. Windows color (decimal): -7715173 or 10176138. OLE color: 10176138.

HSL color Cylindrical-coordinate representation of color #8A469B: hue angle of 288º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A469B is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 70 155 -
CMYK 0.11 0.55 0 0.39
HSL 288º 0.38% 0.44% -
HSV(B) 288º 0.55% 0.61% -
XYZ 18.59 12.15 32.38 -
YUV 100.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 138 70 155 0.11 0.55 0 0.39 288 0.38 0.44
Hex 8A 46 9B B 37 0 27 120 26 2C
Octal 212 106 233 13 67 0 47 440 46 54
Binary 10001010 1000110 10011011 1011 110111 0 100111 100100000 100110 101100

Color Harmonies of #8A469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A469B

Black with #8A469B

Text Example


Text Example

White with #8A469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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