Html Css Color HEX #814499 Vivid Violet

📋 copy color: '#814499'

red 129 ◦ green 68 ◦ blue 153

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

Shades of Vivid Violet #814499

Tints of Vivid Violet #814499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 36.86%
G = 19.43%
B = 43.71%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#814499 (or 0x814499) is known color: Vivid Violet. HEX triplet: 81, 44 and 99. RGB value is (129,68,153). Sum of RGB (Red+Green+Blue) = 129+68+153=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #814499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814499 is #7EBB66. Grayscale: #5F5F5F. Windows color (decimal): -8305511 or 10044545. OLE color: 10044545.

HSL color Cylindrical-coordinate representation of color #814499: hue angle of 283.06º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814499 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 68 153 -
CMYK 0.16 0.56 0 0.4
HSL 283.06º 0.38% 0.43% -
HSV(B) 283.06º 0.56% 0.6% -
XYZ 16.87 11.1 31.39 -
YUV 95.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 129 68 153 0.16 0.56 0 0.4 283.06 0.38 0.43
Hex 81 44 99 10 38 0 28 11B 26 2B
Octal 201 104 231 20 70 0 50 433 46 53
Binary 10000001 1000100 10011001 10000 111000 0 101000 100011011 100110 101011

Color Harmonies of #814499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814499

Black with #814499

Text Example


Text Example

White with #814499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814499; }

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

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

background-color css

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

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

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

border-color css

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

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

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