Html Css Color HEX #813081 Vivid Violet

📋 copy color: '#813081'

red 129 ◦ green 48 ◦ blue 129

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

Shades of Vivid Violet #813081

Tints of Vivid Violet #813081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 42.16%
G = 15.69%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813081 (or 0x813081) is known color: Vivid Violet. HEX triplet: 81, 30 and 81. RGB value is (129,48,129). Sum of RGB (Red+Green+Blue) = 129+48+129=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813081 is #7ECF7E. Grayscale: #515151. Windows color (decimal): -8310655 or 8466561. OLE color: 8466561.

HSL color Cylindrical-coordinate representation of color #813081: hue angle of 300º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813081 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 129 -
CMYK 0 0.63 0 0.49
HSL 300º 0.46% 0.35% -
HSV(B) 300º 0.63% 0.51% -
XYZ 14.07 8.37 21.64 -
YUV 81.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 129 48 129 0 0.63 0 0.49 300 0.46 0.35
Hex 81 30 81 0 3F 0 31 12C 2E 23
Octal 201 60 201 0 77 0 61 454 56 43
Binary 10000001 110000 10000001 0 111111 0 110001 100101100 101110 100011

Color Harmonies of #813081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813081

Black with #813081

Text Example


Text Example

White with #813081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813081; }

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

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

background-color css

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

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

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

border-color css

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

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

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