Html Css Color HEX #813499 Vivid Violet

📋 copy color: '#813499'

red 129 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #813499

Tints of Vivid Violet #813499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

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

R = 38.62%
G = 15.57%
B = 45.81%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#813499 (or 0x813499) is known color: Vivid Violet. HEX triplet: 81, 34 and 99. RGB value is (129,52,153). Sum of RGB (Red+Green+Blue) = 129+52+153=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #813499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813499 is #7ECB66. Grayscale: #565656. Windows color (decimal): -8309607 or 10040449. OLE color: 10040449.

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

Color convert

RGB 129 52 153 -
CMYK 0.16 0.66 0 0.4
HSL 285.74º 0.49% 0.4% -
HSV(B) 285.74º 0.66% 0.6% -
XYZ 16.03 9.42 31.11 -
YUV 86.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 129 52 153 0.16 0.66 0 0.4 285.74 0.49 0.4
Hex 81 34 99 10 42 0 28 11E 31 28
Octal 201 64 231 20 102 0 50 436 61 50
Binary 10000001 110100 10011001 10000 1000010 0 101000 100011110 110001 101000

Color Harmonies of #813499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813499

Black with #813499

Text Example


Text Example

White with #813499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813499; }

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

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

background-color css

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

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

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

border-color css

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

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

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