Html Css Color HEX #813CA0 Vivid Violet

📋 copy color: '#813CA0'

red 129 ◦ green 60 ◦ blue 160

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

Shades of Vivid Violet #813CA0

Tints of Vivid Violet #813CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 160 (62.89% from 255) = 45.85%

R = 36.96%
G = 17.19%
B = 45.85%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#813CA0 (or 0x813CA0) is known color: Vivid Violet. HEX triplet: 81, 3C and A0. RGB value is (129,60,160). Sum of RGB (Red+Green+Blue) = 129+60+160=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #813CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813CA0 is #7EC35F. Grayscale: #5B5B5B. Windows color (decimal): -8307552 or 10501249. OLE color: 10501249.

HSL color Cylindrical-coordinate representation of color #813CA0: hue angle of 281.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813CA0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 129 60 160 -
CMYK 0.19 0.62 0 0.37
HSL 281.4º 0.45% 0.43% -
HSV(B) 281.4º 0.63% 0.63% -
XYZ 17.01 10.44 34.38 -
YUV 92.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 129 60 160 0.19 0.62 0 0.37 281.4 0.45 0.43
Hex 81 3C A0 13 3E 0 25 119 2D 2B
Octal 201 74 240 23 76 0 45 431 55 53
Binary 10000001 111100 10100000 10011 111110 0 100101 100011001 101101 101011

Color Harmonies of #813CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CA0

Black with #813CA0

Text Example


Text Example

White with #813CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813CA0; }

 p { color: rgb(129,60,160); }

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

background-color css

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

 a { background-color: rgb(129,60,160); }

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

border-color css

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

 span { border-color: rgb(129,60,160); }

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