Html Css Color HEX #813995 Vivid Violet

📋 copy color: '#813995'

red 129 ◦ green 57 ◦ blue 149

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

Shades of Vivid Violet #813995

Tints of Vivid Violet #813995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 38.51%
G = 17.01%
B = 44.48%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#813995 (or 0x813995) is known color: Vivid Violet. HEX triplet: 81, 39 and 95. RGB value is (129,57,149). Sum of RGB (Red+Green+Blue) = 129+57+149=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #813995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813995 is #7EC66A. Grayscale: #585858. Windows color (decimal): -8308331 or 9779585. OLE color: 9779585.

HSL color Cylindrical-coordinate representation of color #813995: hue angle of 286.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813995 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 57 149 -
CMYK 0.13 0.62 0 0.42
HSL 286.96º 0.45% 0.4% -
HSV(B) 286.96º 0.62% 0.58% -
XYZ 15.94 9.76 29.48 -
YUV 89.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 129 57 149 0.13 0.62 0 0.42 286.96 0.45 0.4
Hex 81 39 95 D 3E 0 2A 11F 2D 28
Octal 201 71 225 15 76 0 52 437 55 50
Binary 10000001 111001 10010101 1101 111110 0 101010 100011111 101101 101000

Color Harmonies of #813995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813995

Black with #813995

Text Example


Text Example

White with #813995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813995; }

 p { color: rgb(129,57,149); }

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

background-color css

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

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

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

border-color css

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

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

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