Html Css Color HEX #8130AD Vivid Violet

📋 copy color: '#8130AD'

red 129 ◦ green 48 ◦ blue 173

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

Shades of Vivid Violet #8130AD

Tints of Vivid Violet #8130AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 36.86%
G = 13.71%
B = 49.43%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8130AD (or 0x8130AD) is known color: Vivid Violet. HEX triplet: 81, 30 and AD. RGB value is (129,48,173). Sum of RGB (Red+Green+Blue) = 129+48+173=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #8130AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8130AD is #7ECF52. Grayscale: #565656. Windows color (decimal): -8310611 or 11350145. OLE color: 11350145.

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

Color convert

RGB 129 48 173 -
CMYK 0.25 0.72 0 0.32
HSL 278.88º 0.57% 0.43% -
HSV(B) 278.88º 0.72% 0.68% -
XYZ 17.65 9.8 40.5 -
YUV 86.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 129 48 173 0.25 0.72 0 0.32 278.88 0.57 0.43
Hex 81 30 AD 19 48 0 20 117 39 2B
Octal 201 60 255 31 110 0 40 427 71 53
Binary 10000001 110000 10101101 11001 1001000 0 100000 100010111 111001 101011

Color Harmonies of #8130AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8130AD

Black with #8130AD

Text Example


Text Example

White with #8130AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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