Html Css Color HEX #813D88 Vivid Violet

📋 copy color: '#813D88'

red 129 ◦ green 61 ◦ blue 136

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

Shades of Vivid Violet #813D88

Tints of Vivid Violet #813D88

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 39.57%
G = 18.71%
B = 41.72%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813D88 (or 0x813D88) is known color: Vivid Violet. HEX triplet: 81, 3D and 88. RGB value is (129,61,136). Sum of RGB (Red+Green+Blue) = 129+61+136=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #813D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D88 is #7EC277. Grayscale: #595959. Windows color (decimal): -8307320 or 8928641. OLE color: 8928641.

HSL color Cylindrical-coordinate representation of color #813D88: hue angle of 294.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813D88 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 61 136 -
CMYK 0.05 0.55 0 0.47
HSL 294.4º 0.38% 0.39% -
HSV(B) 294.4º 0.55% 0.53% -
XYZ 15.17 9.78 24.38 -
YUV 89.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 129 61 136 0.05 0.55 0 0.47 294.4 0.38 0.39
Hex 81 3D 88 5 37 0 2F 126 26 27
Octal 201 75 210 5 67 0 57 446 46 47
Binary 10000001 111101 10001000 101 110111 0 101111 100100110 100110 100111

Color Harmonies of #813D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D88

Black with #813D88

Text Example


Text Example

White with #813D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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