Html Css Color HEX #813D9E Vivid Violet

📋 copy color: '#813D9E'

red 129 ◦ green 61 ◦ blue 158

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

Shades of Vivid Violet #813D9E

Tints of Vivid Violet #813D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 37.07%
G = 17.53%
B = 45.4%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#813D9E (or 0x813D9E) is known color: Vivid Violet. HEX triplet: 81, 3D and 9E. RGB value is (129,61,158). Sum of RGB (Red+Green+Blue) = 129+61+158=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #813D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813D9E is #7EC261. Grayscale: #5C5C5C. Windows color (decimal): -8307298 or 10370433. OLE color: 10370433.

HSL color Cylindrical-coordinate representation of color #813D9E: hue angle of 282.06º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813D9E is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 61 158 -
CMYK 0.18 0.61 0 0.38
HSL 282.06º 0.44% 0.43% -
HSV(B) 282.06º 0.61% 0.62% -
XYZ 16.89 10.47 33.48 -
YUV 92.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 129 61 158 0.18 0.61 0 0.38 282.06 0.44 0.43
Hex 81 3D 9E 12 3D 0 26 11A 2C 2B
Octal 201 75 236 22 75 0 46 432 54 53
Binary 10000001 111101 10011110 10010 111101 0 100110 100011010 101100 101011

Color Harmonies of #813D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813D9E

Black with #813D9E

Text Example


Text Example

White with #813D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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