Html Css Color HEX #813BDB Blue Violet

📋 copy color: '#813BDB'

red 129 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #813BDB

Tints of Blue Violet #813BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 31.7%
G = 14.5%
B = 53.81%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#813BDB (or 0x813BDB) is known color: Blue Violet. HEX triplet: 81, 3B and DB. RGB value is (129,59,219). Sum of RGB (Red+Green+Blue) = 129+59+219=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #813BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BDB is #7EC424. Grayscale: #616161. Windows color (decimal): -8307749 or 14367617. OLE color: 14367617.

HSL color Cylindrical-coordinate representation of color #813BDB: hue angle of 266.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813BDB is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 59 219 -
CMYK 0.41 0.73 0 0.14
HSL 266.25º 0.69% 0.55% -
HSV(B) 266.25º 0.73% 0.86% -
XYZ 23.4 12.91 68.28 -
YUV 98.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 129 59 219 0.41 0.73 0 0.14 266.25 0.69 0.55
Hex 81 3B DB 29 49 0 E 10A 45 37
Octal 201 73 333 51 111 0 16 412 105 67
Binary 10000001 111011 11011011 101001 1001001 0 1110 100001010 1000101 110111

Color Harmonies of #813BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BDB

Black with #813BDB

Text Example


Text Example

White with #813BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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