Html Css Color HEX #81499B Vivid Violet

📋 copy color: '#81499B'

red 129 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #81499B

Tints of Vivid Violet #81499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 36.13%
G = 20.45%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81499B (or 0x81499B) is known color: Vivid Violet. HEX triplet: 81, 49 and 9B. RGB value is (129,73,155). Sum of RGB (Red+Green+Blue) = 129+73+155=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #81499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499B is #7EB664. Grayscale: #626262. Windows color (decimal): -8304229 or 10176897. OLE color: 10176897.

HSL color Cylindrical-coordinate representation of color #81499B: hue angle of 280.98º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81499B is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 73 155 -
CMYK 0.17 0.53 0 0.39
HSL 280.98º 0.36% 0.45% -
HSV(B) 280.98º 0.53% 0.61% -
XYZ 17.35 11.8 32.37 -
YUV 99.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 129 73 155 0.17 0.53 0 0.39 280.98 0.36 0.45
Hex 81 49 9B 11 35 0 27 119 24 2D
Octal 201 111 233 21 65 0 47 431 44 55
Binary 10000001 1001001 10011011 10001 110101 0 100111 100011001 100100 101101

Color Harmonies of #81499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81499B

Black with #81499B

Text Example


Text Example

White with #81499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81499B; }

 p { color: rgb(129,73,155); }

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

background-color css

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

 a { background-color: rgb(129,73,155); }

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

border-color css

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

 span { border-color: rgb(129,73,155); }

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