Html Css Color HEX #8126AD Vivid Violet

📋 copy color: '#8126AD'

red 129 ◦ green 38 ◦ blue 173

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

Shades of Vivid Violet #8126AD

Tints of Vivid Violet #8126AD

RGB

 RED value IS 129 (50.78% from 255) = 37.94%

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 37.94%
G = 11.18%
B = 50.88%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8126AD (or 0x8126AD) is known color: Vivid Violet. HEX triplet: 81, 26 and AD. RGB value is (129,38,173). Sum of RGB (Red+Green+Blue) = 129+38+173=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8126AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8126AD is #7ED952. Grayscale: #505050. Windows color (decimal): -8313171 or 11347585. OLE color: 11347585.

HSL color Cylindrical-coordinate representation of color #8126AD: hue angle of 280.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8126AD is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 38 173 -
CMYK 0.25 0.78 0 0.32
HSL 280.44º 0.64% 0.41% -
HSV(B) 280.44º 0.78% 0.68% -
XYZ 17.29 9.07 40.37 -
YUV 80.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 129 38 173 0.25 0.78 0 0.32 280.44 0.64 0.41
Hex 81 26 AD 19 4E 0 20 118 40 29
Octal 201 46 255 31 116 0 40 430 100 51
Binary 10000001 100110 10101101 11001 1001110 0 100000 100011000 1000000 101001

Color Harmonies of #8126AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8126AD

Black with #8126AD

Text Example


Text Example

White with #8126AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8126AD; }

 p { color: rgb(129,38,173); }

 H1.HeaderClassName
 {
   color: #8126AD;
 }
 .AnyTagClassName
 {
   color: #8126AD;
 }
</style>

background-color css

<style>
 a { background-color: #8126AD; }

 a { background-color: rgb(129,38,173); }

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

border-color css

<style>
 span { border-color: #8126AD; }

 span { border-color: rgb(129,38,173); }

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