Html Css Color HEX #813399 Vivid Violet

📋 copy color: '#813399'

red 129 ◦ green 51 ◦ blue 153

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

Shades of Vivid Violet #813399

Tints of Vivid Violet #813399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 38.74%
G = 15.32%
B = 45.95%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#813399 (or 0x813399) is known color: Vivid Violet. HEX triplet: 81, 33 and 99. RGB value is (129,51,153). Sum of RGB (Red+Green+Blue) = 129+51+153=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #813399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813399 is #7ECC66. Grayscale: #555555. Windows color (decimal): -8309863 or 10040193. OLE color: 10040193.

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

Color convert

RGB 129 51 153 -
CMYK 0.16 0.67 0 0.4
HSL 285.88º 0.5% 0.4% -
HSV(B) 285.88º 0.67% 0.6% -
XYZ 15.99 9.33 31.1 -
YUV 85.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 129 51 153 0.16 0.67 0 0.4 285.88 0.5 0.4
Hex 81 33 99 10 43 0 28 11E 32 28
Octal 201 63 231 20 103 0 50 436 62 50
Binary 10000001 110011 10011001 10000 1000011 0 101000 100011110 110010 101000

Color Harmonies of #813399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813399

Black with #813399

Text Example


Text Example

White with #813399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813399; }

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

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

background-color css

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

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

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

border-color css

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

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

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