Html Css Color HEX #813090 Vivid Violet

📋 copy color: '#813090'

red 129 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #813090

Tints of Vivid Violet #813090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 40.19%
G = 14.95%
B = 44.86%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#813090 (or 0x813090) is known color: Vivid Violet. HEX triplet: 81, 30 and 90. RGB value is (129,48,144). Sum of RGB (Red+Green+Blue) = 129+48+144=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #813090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813090 is #7ECF6F. Grayscale: #525252. Windows color (decimal): -8310640 or 9449601. OLE color: 9449601.

HSL color Cylindrical-coordinate representation of color #813090: hue angle of 290.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813090 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 48 144 -
CMYK 0.10 0.67 0 0.44
HSL 290.63º 0.5% 0.38% -
HSV(B) 290.63º 0.67% 0.56% -
XYZ 15.14 8.79 27.28 -
YUV 83.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 129 48 144 0.10 0.67 0 0.44 290.63 0.5 0.38
Hex 81 30 90 A 43 0 2C 123 32 26
Octal 201 60 220 12 103 0 54 443 62 46
Binary 10000001 110000 10010000 1010 1000011 0 101100 100100011 110010 100110

Color Harmonies of #813090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813090

Black with #813090

Text Example


Text Example

White with #813090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813090; }

 p { color: rgb(129,48,144); }

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

background-color css

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

 a { background-color: rgb(129,48,144); }

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

border-color css

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

 span { border-color: rgb(129,48,144); }

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