Html Css Color HEX #813989 Vivid Violet

📋 copy color: '#813989'

red 129 ◦ green 57 ◦ blue 137

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

Shades of Vivid Violet #813989

Tints of Vivid Violet #813989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 39.94%
G = 17.65%
B = 42.41%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#813989 (or 0x813989) is known color: Vivid Violet. HEX triplet: 81, 39 and 89. RGB value is (129,57,137). Sum of RGB (Red+Green+Blue) = 129+57+137=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #813989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813989 is #7EC676. Grayscale: #575757. Windows color (decimal): -8308343 or 8993153. OLE color: 8993153.

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

Color convert

RGB 129 57 137 -
CMYK 0.06 0.58 0 0.46
HSL 294º 0.41% 0.38% -
HSV(B) 294º 0.58% 0.54% -
XYZ 15.03 9.4 24.69 -
YUV 87.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 129 57 137 0.06 0.58 0 0.46 294 0.41 0.38
Hex 81 39 89 6 3A 0 2E 126 29 26
Octal 201 71 211 6 72 0 56 446 51 46
Binary 10000001 111001 10001001 110 111010 0 101110 100100110 101001 100110

Color Harmonies of #813989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813989

Black with #813989

Text Example


Text Example

White with #813989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813989; }

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

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

background-color css

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

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

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

border-color css

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

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

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