Html Css Color HEX #813ADA Blue Violet

📋 copy color: '#813ADA'

red 129 ◦ green 58 ◦ blue 218

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

Shades of Blue Violet #813ADA

Tints of Blue Violet #813ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.32%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 31.85%
G = 14.32%
B = 53.83%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#813ADA (or 0x813ADA) is known color: Blue Violet. HEX triplet: 81, 3A and DA. RGB value is (129,58,218). Sum of RGB (Red+Green+Blue) = 129+58+218=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #813ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ADA is #7EC525. Grayscale: #606060. Windows color (decimal): -8308006 or 14301825. OLE color: 14301825.

HSL color Cylindrical-coordinate representation of color #813ADA: hue angle of 266.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813ADA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 58 218 -
CMYK 0.41 0.73 0 0.15
HSL 266.63º 0.68% 0.54% -
HSV(B) 266.63º 0.73% 0.85% -
XYZ 23.22 12.76 67.57 -
YUV 97.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 129 58 218 0.41 0.73 0 0.15 266.63 0.68 0.54
Hex 81 3A DA 29 49 0 F 10B 44 36
Octal 201 72 332 51 111 0 17 413 104 66
Binary 10000001 111010 11011010 101001 1001001 0 1111 100001011 1000100 110110

Color Harmonies of #813ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813ADA

Black with #813ADA

Text Example


Text Example

White with #813ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,218); }

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

background-color css

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

 a { background-color: rgb(129,58,218); }

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

border-color css

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

 span { border-color: rgb(129,58,218); }

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