Html Css Color HEX #813889 Vivid Violet

📋 copy color: '#813889'

red 129 ◦ green 56 ◦ blue 137

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

Shades of Vivid Violet #813889

Tints of Vivid Violet #813889

RGB

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

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

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

R = 40.06%
G = 17.39%
B = 42.55%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#813889 (or 0x813889) is known color: Vivid Violet. HEX triplet: 81, 38 and 89. RGB value is (129,56,137). Sum of RGB (Red+Green+Blue) = 129+56+137=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #813889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813889 is #7EC776. Grayscale: #565656. Windows color (decimal): -8308599 or 8992897. OLE color: 8992897.

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

Color convert

RGB 129 56 137 -
CMYK 0.06 0.59 0 0.46
HSL 294.07º 0.42% 0.38% -
HSV(B) 294.07º 0.59% 0.54% -
XYZ 14.98 9.3 24.67 -
YUV 87.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 129 56 137 0.06 0.59 0 0.46 294.07 0.42 0.38
Hex 81 38 89 6 3B 0 2E 126 2A 26
Octal 201 70 211 6 73 0 56 446 52 46
Binary 10000001 111000 10001001 110 111011 0 101110 100100110 101010 100110

Color Harmonies of #813889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813889

Black with #813889

Text Example


Text Example

White with #813889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813889; }

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

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

background-color css

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

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

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

border-color css

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

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

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