Html Css Color HEX #814A88 Vivid Violet

📋 copy color: '#814A88'

red 129 ◦ green 74 ◦ blue 136

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

Shades of Vivid Violet #814A88

Tints of Vivid Violet #814A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 38.05%
G = 21.83%
B = 40.12%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#814A88 (or 0x814A88) is known color: Vivid Violet. HEX triplet: 81, 4A and 88. RGB value is (129,74,136). Sum of RGB (Red+Green+Blue) = 129+74+136=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #814A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814A88 is #7EB577. Grayscale: #616161. Windows color (decimal): -8303992 or 8931969. OLE color: 8931969.

HSL color Cylindrical-coordinate representation of color #814A88: hue angle of 293.23º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814A88 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 74 136 -
CMYK 0.05 0.46 0 0.47
HSL 293.23º 0.3% 0.41% -
HSV(B) 293.23º 0.46% 0.53% -
XYZ 15.95 11.34 24.64 -
YUV 97.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 129 74 136 0.05 0.46 0 0.47 293.23 0.3 0.41
Hex 81 4A 88 5 2E 0 2F 125 1E 29
Octal 201 112 210 5 56 0 57 445 36 51
Binary 10000001 1001010 10001000 101 101110 0 101111 100100101 11110 101001

Color Harmonies of #814A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A88

Black with #814A88

Text Example


Text Example

White with #814A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814A88; }

 p { color: rgb(129,74,136); }

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

background-color css

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

 a { background-color: rgb(129,74,136); }

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

border-color css

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

 span { border-color: rgb(129,74,136); }

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