Html Css Color HEX #813590 Vivid Violet

📋 copy color: '#813590'

red 129 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #813590

Tints of Vivid Violet #813590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 39.57%
G = 16.26%
B = 44.17%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#813590 (or 0x813590) is known color: Vivid Violet. HEX triplet: 81, 35 and 90. RGB value is (129,53,144). Sum of RGB (Red+Green+Blue) = 129+53+144=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #813590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813590 is #7ECA6F. Grayscale: #555555. Windows color (decimal): -8309360 or 9450881. OLE color: 9450881.

HSL color Cylindrical-coordinate representation of color #813590: hue angle of 290.11º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813590 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 53 144 -
CMYK 0.10 0.63 0 0.44
HSL 290.11º 0.46% 0.39% -
HSV(B) 290.11º 0.63% 0.56% -
XYZ 15.36 9.23 27.36 -
YUV 86.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 129 53 144 0.10 0.63 0 0.44 290.11 0.46 0.39
Hex 81 35 90 A 3F 0 2C 122 2E 27
Octal 201 65 220 12 77 0 54 442 56 47
Binary 10000001 110101 10010000 1010 111111 0 101100 100100010 101110 100111

Color Harmonies of #813590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813590

Black with #813590

Text Example


Text Example

White with #813590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813590; }

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

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

background-color css

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

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

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

border-color css

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

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

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