Html Css Color HEX #813287 Vivid Violet

📋 copy color: '#813287'

red 129 ◦ green 50 ◦ blue 135

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

Shades of Vivid Violet #813287

Tints of Vivid Violet #813287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 41.08%
G = 15.92%
B = 42.99%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813287 (or 0x813287) is known color: Vivid Violet. HEX triplet: 81, 32 and 87. RGB value is (129,50,135). Sum of RGB (Red+Green+Blue) = 129+50+135=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #813287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813287 is #7ECD78. Grayscale: #535353. Windows color (decimal): -8310137 or 8860289. OLE color: 8860289.

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

Color convert

RGB 129 50 135 -
CMYK 0.04 0.63 0 0.47
HSL 295.76º 0.46% 0.36% -
HSV(B) 295.76º 0.63% 0.53% -
XYZ 14.57 8.7 23.83 -
YUV 83.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 129 50 135 0.04 0.63 0 0.47 295.76 0.46 0.36
Hex 81 32 87 4 3F 0 2F 128 2E 24
Octal 201 62 207 4 77 0 57 450 56 44
Binary 10000001 110010 10000111 100 111111 0 101111 100101000 101110 100100

Color Harmonies of #813287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813287

Black with #813287

Text Example


Text Example

White with #813287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813287; }

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

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

background-color css

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

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

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

border-color css

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

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

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