Html Css Color HEX #81479A Vivid Violet

📋 copy color: '#81479A'

red 129 ◦ green 71 ◦ blue 154

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

Shades of Vivid Violet #81479A

Tints of Vivid Violet #81479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 36.44%
G = 20.06%
B = 43.5%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#81479A (or 0x81479A) is known color: Vivid Violet. HEX triplet: 81, 47 and 9A. RGB value is (129,71,154). Sum of RGB (Red+Green+Blue) = 129+71+154=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #81479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81479A is #7EB865. Grayscale: #616161. Windows color (decimal): -8304742 or 10110849. OLE color: 10110849.

HSL color Cylindrical-coordinate representation of color #81479A: hue angle of 281.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81479A is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 71 154 -
CMYK 0.16 0.54 0 0.40
HSL 281.93º 0.37% 0.44% -
HSV(B) 281.93º 0.54% 0.6% -
XYZ 17.14 11.51 31.89 -
YUV 97.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 129 71 154 0.16 0.54 0 0.40 281.93 0.37 0.44
Hex 81 47 9A 10 36 0 28 11A 25 2C
Octal 201 107 232 20 66 0 50 432 45 54
Binary 10000001 1000111 10011010 10000 110110 0 101000 100011010 100101 101100

Color Harmonies of #81479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81479A

Black with #81479A

Text Example


Text Example

White with #81479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81479A; }

 p { color: rgb(129,71,154); }

 H1.HeaderClassName
 {
   color: #81479A;
 }
 .AnyTagClassName
 {
   color: #81479A;
 }
</style>

background-color css

<style>
 a { background-color: #81479A; }

 a { background-color: rgb(129,71,154); }

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

border-color css

<style>
 span { border-color: #81479A; }

 span { border-color: rgb(129,71,154); }

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