Html Css Color HEX #813599 Vivid Violet

📋 copy color: '#813599'

red 129 ◦ green 53 ◦ blue 153

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

Shades of Vivid Violet #813599

Tints of Vivid Violet #813599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 38.51%
G = 15.82%
B = 45.67%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#813599 (or 0x813599) is known color: Vivid Violet. HEX triplet: 81, 35 and 99. RGB value is (129,53,153). Sum of RGB (Red+Green+Blue) = 129+53+153=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #813599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813599 is #7ECA66. Grayscale: #565656. Windows color (decimal): -8309351 or 10040705. OLE color: 10040705.

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

Color convert

RGB 129 53 153 -
CMYK 0.16 0.65 0 0.4
HSL 285.6º 0.49% 0.4% -
HSV(B) 285.6º 0.65% 0.6% -
XYZ 16.08 9.51 31.13 -
YUV 87.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 129 53 153 0.16 0.65 0 0.4 285.6 0.49 0.4
Hex 81 35 99 10 41 0 28 11E 31 28
Octal 201 65 231 20 101 0 50 436 61 50
Binary 10000001 110101 10011001 10000 1000001 0 101000 100011110 110001 101000

Color Harmonies of #813599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813599

Black with #813599

Text Example


Text Example

White with #813599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813599; }

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

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

background-color css

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

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

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

border-color css

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

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

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