Html Css Color HEX #814484 Vivid Violet

📋 copy color: '#814484'

red 129 ◦ green 68 ◦ blue 132

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

Shades of Vivid Violet #814484

Tints of Vivid Violet #814484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 39.21%
G = 20.67%
B = 40.12%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#814484 (or 0x814484) is known color: Vivid Violet. HEX triplet: 81, 44 and 84. RGB value is (129,68,132). Sum of RGB (Red+Green+Blue) = 129+68+132=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #814484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814484 is #7EBB7B. Grayscale: #5D5D5D. Windows color (decimal): -8305532 or 8668289. OLE color: 8668289.

HSL color Cylindrical-coordinate representation of color #814484: hue angle of 297.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814484 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 68 132 -
CMYK 0.02 0.48 0 0.48
HSL 297.19º 0.32% 0.39% -
HSV(B) 297.19º 0.48% 0.52% -
XYZ 15.29 10.47 23.04 -
YUV 93.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 129 68 132 0.02 0.48 0 0.48 297.19 0.32 0.39
Hex 81 44 84 2 30 0 30 129 20 27
Octal 201 104 204 2 60 0 60 451 40 47
Binary 10000001 1000100 10000100 10 110000 0 110000 100101001 100000 100111

Color Harmonies of #814484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814484

Black with #814484

Text Example


Text Example

White with #814484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814484; }

 p { color: rgb(129,68,132); }

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

background-color css

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

 a { background-color: rgb(129,68,132); }

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

border-color css

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

 span { border-color: rgb(129,68,132); }

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