Html Css Color HEX #813488 Vivid Violet

📋 copy color: '#813488'

red 129 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #813488

Tints of Vivid Violet #813488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 40.69%
G = 16.4%
B = 42.9%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813488 (or 0x813488) is known color: Vivid Violet. HEX triplet: 81, 34 and 88. RGB value is (129,52,136). Sum of RGB (Red+Green+Blue) = 129+52+136=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #813488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813488 is #7ECB77. Grayscale: #545454. Windows color (decimal): -8309624 or 8926337. OLE color: 8926337.

HSL color Cylindrical-coordinate representation of color #813488: hue angle of 295º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813488 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 52 136 -
CMYK 0.05 0.62 0 0.47
HSL 295º 0.45% 0.37% -
HSV(B) 295º 0.62% 0.53% -
XYZ 14.73 8.9 24.23 -
YUV 84.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 129 52 136 0.05 0.62 0 0.47 295 0.45 0.37
Hex 81 34 88 5 3E 0 2F 127 2D 25
Octal 201 64 210 5 76 0 57 447 55 45
Binary 10000001 110100 10001000 101 111110 0 101111 100100111 101101 100101

Color Harmonies of #813488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813488

Black with #813488

Text Example


Text Example

White with #813488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813488; }

 p { color: rgb(129,52,136); }

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

background-color css

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

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

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

border-color css

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

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

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