Html Css Color HEX #8917AA Vivid Violet

📋 copy color: '#8917AA'

red 137 ◦ green 23 ◦ blue 170

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

Shades of Vivid Violet #8917AA

Tints of Vivid Violet #8917AA

RGB

 RED value IS 137 (53.91% from 255) = 41.52%

 GREEN value IS 23 (9.38% from 255) = 6.97%

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 41.52%
G = 6.97%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8917AA (or 0x8917AA) is known color: Vivid Violet. HEX triplet: 89, 17 and AA. RGB value is (137,23,170). Sum of RGB (Red+Green+Blue) = 137+23+170=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #8917AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8917AA is #76E855. Grayscale: #494949. Windows color (decimal): -7792726 or 11147145. OLE color: 11147145.

HSL color Cylindrical-coordinate representation of color #8917AA: hue angle of 286.53º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8917AA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 23 170 -
CMYK 0.19 0.86 0 0.33
HSL 286.53º 0.76% 0.38% -
HSV(B) 286.53º 0.86% 0.67% -
XYZ 17.88 8.83 38.79 -
YUV 73.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 137 23 170 0.19 0.86 0 0.33 286.53 0.76 0.38
Hex 89 17 AA 13 56 0 21 11F 4C 26
Octal 211 27 252 23 126 0 41 437 114 46
Binary 10001001 10111 10101010 10011 1010110 0 100001 100011111 1001100 100110

Color Harmonies of #8917AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8917AA

Black with #8917AA

Text Example


Text Example

White with #8917AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8917AA; }

 p { color: rgb(137,23,170); }

 H1.HeaderClassName
 {
   color: #8917AA;
 }
 .AnyTagClassName
 {
   color: #8917AA;
 }
</style>

background-color css

<style>
 a { background-color: #8917AA; }

 a { background-color: rgb(137,23,170); }

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

border-color css

<style>
 span { border-color: #8917AA; }

 span { border-color: rgb(137,23,170); }

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