Html Css Color HEX #813593 Vivid Violet

📋 copy color: '#813593'

red 129 ◦ green 53 ◦ blue 147

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

Shades of Vivid Violet #813593

Tints of Vivid Violet #813593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 39.21%
G = 16.11%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#813593 (or 0x813593) is known color: Vivid Violet. HEX triplet: 81, 35 and 93. RGB value is (129,53,147). Sum of RGB (Red+Green+Blue) = 129+53+147=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #813593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813593 is #7ECA6C. Grayscale: #565656. Windows color (decimal): -8309357 or 9647489. OLE color: 9647489.

HSL color Cylindrical-coordinate representation of color #813593: hue angle of 288.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #813593 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 53 147 -
CMYK 0.12 0.64 0 0.42
HSL 288.51º 0.47% 0.39% -
HSV(B) 288.51º 0.64% 0.58% -
XYZ 15.59 9.32 28.58 -
YUV 86.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 129 53 147 0.12 0.64 0 0.42 288.51 0.47 0.39
Hex 81 35 93 C 40 0 2A 121 2F 27
Octal 201 65 223 14 100 0 52 441 57 47
Binary 10000001 110101 10010011 1100 1000000 0 101010 100100001 101111 100111

Color Harmonies of #813593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813593

Black with #813593

Text Example


Text Example

White with #813593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813593; }

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

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

background-color css

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

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

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

border-color css

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

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

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