Html Css Color HEX #813795 Vivid Violet

📋 copy color: '#813795'

red 129 ◦ green 55 ◦ blue 149

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

Shades of Vivid Violet #813795

Tints of Vivid Violet #813795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 38.74%
G = 16.52%
B = 44.74%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#813795 (or 0x813795) is known color: Vivid Violet. HEX triplet: 81, 37 and 95. RGB value is (129,55,149). Sum of RGB (Red+Green+Blue) = 129+55+149=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #813795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813795 is #7EC86A. Grayscale: #575757. Windows color (decimal): -8308843 or 9779073. OLE color: 9779073.

HSL color Cylindrical-coordinate representation of color #813795: hue angle of 287.23º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813795 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 55 149 -
CMYK 0.13 0.63 0 0.42
HSL 287.23º 0.46% 0.4% -
HSV(B) 287.23º 0.63% 0.58% -
XYZ 15.84 9.57 29.45 -
YUV 87.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 129 55 149 0.13 0.63 0 0.42 287.23 0.46 0.4
Hex 81 37 95 D 3F 0 2A 11F 2E 28
Octal 201 67 225 15 77 0 52 437 56 50
Binary 10000001 110111 10010101 1101 111111 0 101010 100011111 101110 101000

Color Harmonies of #813795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813795

Black with #813795

Text Example


Text Example

White with #813795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813795; }

 p { color: rgb(129,55,149); }

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

background-color css

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

 a { background-color: rgb(129,55,149); }

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

border-color css

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

 span { border-color: rgb(129,55,149); }

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