Html Css Color HEX #813BDA Blue Violet

📋 copy color: '#813BDA'

red 129 ◦ green 59 ◦ blue 218

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

Shades of Blue Violet #813BDA

Tints of Blue Violet #813BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

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

R = 31.77%
G = 14.53%
B = 53.69%

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

#813BDA (or 0x813BDA) is known color: Blue Violet. HEX triplet: 81, 3B and DA. RGB value is (129,59,218). Sum of RGB (Red+Green+Blue) = 129+59+218=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #813BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BDA is #7EC425. Grayscale: #616161. Windows color (decimal): -8307750 or 14302081. OLE color: 14302081.

HSL color Cylindrical-coordinate representation of color #813BDA: hue angle of 266.42º 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 #813BDA is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 59 218 -
CMYK 0.41 0.73 0 0.15
HSL 266.42º 0.68% 0.54% -
HSV(B) 266.42º 0.73% 0.85% -
XYZ 23.27 12.86 67.58 -
YUV 98.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 129 59 218 0.41 0.73 0 0.15 266.42 0.68 0.54
Hex 81 3B DA 29 49 0 F 10A 44 36
Octal 201 73 332 51 111 0 17 412 104 66
Binary 10000001 111011 11011010 101001 1001001 0 1111 100001010 1000100 110110

Color Harmonies of #813BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BDA

Black with #813BDA

Text Example


Text Example

White with #813BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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