Html Css Color HEX #813F9B Vivid Violet

📋 copy color: '#813F9B'

red 129 ◦ green 63 ◦ blue 155

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

Shades of Vivid Violet #813F9B

Tints of Vivid Violet #813F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 37.18%
G = 18.16%
B = 44.67%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#813F9B (or 0x813F9B) is known color: Vivid Violet. HEX triplet: 81, 3F and 9B. RGB value is (129,63,155). Sum of RGB (Red+Green+Blue) = 129+63+155=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #813F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813F9B is #7EC064. Grayscale: #5C5C5C. Windows color (decimal): -8306789 or 10174337. OLE color: 10174337.

HSL color Cylindrical-coordinate representation of color #813F9B: hue angle of 283.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813F9B is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 63 155 -
CMYK 0.17 0.59 0 0.39
HSL 283.04º 0.42% 0.43% -
HSV(B) 283.04º 0.59% 0.61% -
XYZ 16.75 10.59 32.17 -
YUV 93.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 129 63 155 0.17 0.59 0 0.39 283.04 0.42 0.43
Hex 81 3F 9B 11 3B 0 27 11B 2A 2B
Octal 201 77 233 21 73 0 47 433 52 53
Binary 10000001 111111 10011011 10001 111011 0 100111 100011011 101010 101011

Color Harmonies of #813F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813F9B

Black with #813F9B

Text Example


Text Example

White with #813F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,155); }

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

background-color css

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

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

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

border-color css

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

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

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