Html Css Color HEX #81478C Vivid Violet

📋 copy color: '#81478C'

red 129 ◦ green 71 ◦ blue 140

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

Shades of Vivid Violet #81478C

Tints of Vivid Violet #81478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 37.94%
G = 20.88%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81478C (or 0x81478C) is known color: Vivid Violet. HEX triplet: 81, 47 and 8C. RGB value is (129,71,140). Sum of RGB (Red+Green+Blue) = 129+71+140=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #81478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81478C is #7EB873. Grayscale: #5F5F5F. Windows color (decimal): -8304756 or 9193345. OLE color: 9193345.

HSL color Cylindrical-coordinate representation of color #81478C: hue angle of 290.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81478C is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 71 140 -
CMYK 0.08 0.49 0 0.45
HSL 290.43º 0.33% 0.41% -
HSV(B) 290.43º 0.49% 0.55% -
XYZ 16.04 11.07 26.1 -
YUV 96.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 129 71 140 0.08 0.49 0 0.45 290.43 0.33 0.41
Hex 81 47 8C 8 31 0 2D 122 21 29
Octal 201 107 214 10 61 0 55 442 41 51
Binary 10000001 1000111 10001100 1000 110001 0 101101 100100010 100001 101001

Color Harmonies of #81478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81478C

Black with #81478C

Text Example


Text Example

White with #81478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81478C; }

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

 H1.HeaderClassName
 {
   color: #81478C;
 }
 .AnyTagClassName
 {
   color: #81478C;
 }
</style>

background-color css

<style>
 a { background-color: #81478C; }

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

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

border-color css

<style>
 span { border-color: #81478C; }

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

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