Html Css Color HEX #813895 Vivid Violet

📋 copy color: '#813895'

red 129 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #813895

Tints of Vivid Violet #813895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 38.62%
G = 16.77%
B = 44.61%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#813895 (or 0x813895) is known color: Vivid Violet. HEX triplet: 81, 38 and 95. RGB value is (129,56,149). Sum of RGB (Red+Green+Blue) = 129+56+149=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #813895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813895 is #7EC76A. Grayscale: #585858. Windows color (decimal): -8308587 or 9779329. OLE color: 9779329.

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

Color convert

RGB 129 56 149 -
CMYK 0.13 0.62 0 0.42
HSL 287.1º 0.45% 0.4% -
HSV(B) 287.1º 0.62% 0.58% -
XYZ 15.89 9.67 29.46 -
YUV 88.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 129 56 149 0.13 0.62 0 0.42 287.1 0.45 0.4
Hex 81 38 95 D 3E 0 2A 11F 2D 28
Octal 201 70 225 15 76 0 52 437 55 50
Binary 10000001 111000 10010101 1101 111110 0 101010 100011111 101101 101000

Color Harmonies of #813895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813895

Black with #813895

Text Example


Text Example

White with #813895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813895; }

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

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

background-color css

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

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

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

border-color css

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

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

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