Html Css Color HEX #813987 Vivid Violet

📋 copy color: '#813987'

red 129 ◦ green 57 ◦ blue 135

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

Shades of Vivid Violet #813987

Tints of Vivid Violet #813987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 40.19%
G = 17.76%
B = 42.06%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813987 (or 0x813987) is known color: Vivid Violet. HEX triplet: 81, 39 and 87. RGB value is (129,57,135). Sum of RGB (Red+Green+Blue) = 129+57+135=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #813987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813987 is #7EC678. Grayscale: #575757. Windows color (decimal): -8308345 or 8862081. OLE color: 8862081.

HSL color Cylindrical-coordinate representation of color #813987: hue angle of 295.38º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #813987 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 57 135 -
CMYK 0.04 0.58 0 0.47
HSL 295.38º 0.41% 0.38% -
HSV(B) 295.38º 0.58% 0.53% -
XYZ 14.89 9.34 23.94 -
YUV 87.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 129 57 135 0.04 0.58 0 0.47 295.38 0.41 0.38
Hex 81 39 87 4 3A 0 2F 127 29 26
Octal 201 71 207 4 72 0 57 447 51 46
Binary 10000001 111001 10000111 100 111010 0 101111 100100111 101001 100110

Color Harmonies of #813987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813987

Black with #813987

Text Example


Text Example

White with #813987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813987; }

 p { color: rgb(129,57,135); }

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

background-color css

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

 a { background-color: rgb(129,57,135); }

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

border-color css

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

 span { border-color: rgb(129,57,135); }

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