Html Css Color HEX #8127AD Vivid Violet

📋 copy color: '#8127AD'

red 129 ◦ green 39 ◦ blue 173

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

Shades of Vivid Violet #8127AD

Tints of Vivid Violet #8127AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 37.83%
G = 11.44%
B = 50.73%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8127AD (or 0x8127AD) is known color: Vivid Violet. HEX triplet: 81, 27 and AD. RGB value is (129,39,173). Sum of RGB (Red+Green+Blue) = 129+39+173=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #8127AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8127AD is #7ED852. Grayscale: #505050. Windows color (decimal): -8312915 or 11347841. OLE color: 11347841.

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

Color convert

RGB 129 39 173 -
CMYK 0.25 0.77 0 0.32
HSL 280.3º 0.63% 0.42% -
HSV(B) 280.3º 0.77% 0.68% -
XYZ 17.32 9.14 40.39 -
YUV 81.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 129 39 173 0.25 0.77 0 0.32 280.3 0.63 0.42
Hex 81 27 AD 19 4D 0 20 118 3F 2A
Octal 201 47 255 31 115 0 40 430 77 52
Binary 10000001 100111 10101101 11001 1001101 0 100000 100011000 111111 101010

Color Harmonies of #8127AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8127AD

Black with #8127AD

Text Example


Text Example

White with #8127AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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