Html Css Color HEX #814482 Vivid Violet

📋 copy color: '#814482'

red 129 ◦ green 68 ◦ blue 130

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

Shades of Vivid Violet #814482

Tints of Vivid Violet #814482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 39.45%
G = 20.8%
B = 39.76%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#814482 (or 0x814482) is known color: Vivid Violet. HEX triplet: 81, 44 and 82. RGB value is (129,68,130). Sum of RGB (Red+Green+Blue) = 129+68+130=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #814482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814482 is #7EBB7D. Grayscale: #5D5D5D. Windows color (decimal): -8305534 or 8537217. OLE color: 8537217.

HSL color Cylindrical-coordinate representation of color #814482: hue angle of 299.03º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814482 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 130 -
CMYK 0.01 0.48 0 0.49
HSL 299.03º 0.31% 0.39% -
HSV(B) 299.03º 0.48% 0.51% -
XYZ 15.15 10.41 22.33 -
YUV 93.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 129 68 130 0.01 0.48 0 0.49 299.03 0.31 0.39
Hex 81 44 82 1 30 0 31 12B 1F 27
Octal 201 104 202 1 60 0 61 453 37 47
Binary 10000001 1000100 10000010 1 110000 0 110001 100101011 11111 100111

Color Harmonies of #814482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814482

Black with #814482

Text Example


Text Example

White with #814482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814482; }

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

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

background-color css

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

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

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

border-color css

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

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

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