Html Css Color HEX #813281 Vivid Violet

📋 copy color: '#813281'

red 129 ◦ green 50 ◦ blue 129

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

Shades of Vivid Violet #813281

Tints of Vivid Violet #813281

RGB

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

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

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

R = 41.88%
G = 16.23%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813281 (or 0x813281) is known color: Vivid Violet. HEX triplet: 81, 32 and 81. RGB value is (129,50,129). Sum of RGB (Red+Green+Blue) = 129+50+129=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #813281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813281 is #7ECD7E. Grayscale: #525252. Windows color (decimal): -8310143 or 8467073. OLE color: 8467073.

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

Color convert

RGB 129 50 129 -
CMYK 0 0.61 0 0.49
HSL 300º 0.44% 0.35% -
HSV(B) 300º 0.61% 0.51% -
XYZ 14.16 8.53 21.67 -
YUV 82.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 129 50 129 0 0.61 0 0.49 300 0.44 0.35
Hex 81 32 81 0 3D 0 31 12C 2C 23
Octal 201 62 201 0 75 0 61 454 54 43
Binary 10000001 110010 10000001 0 111101 0 110001 100101100 101100 100011

Color Harmonies of #813281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813281

Black with #813281

Text Example


Text Example

White with #813281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813281; }

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

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

background-color css

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

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

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

border-color css

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

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

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