Html Css Color HEX #813DDB Blue Violet

📋 copy color: '#813DDB'

red 129 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #813DDB

Tints of Blue Violet #813DDB

RGB

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

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

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

R = 31.54%
G = 14.91%
B = 53.55%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#813DDB (or 0x813DDB) is known color: Blue Violet. HEX triplet: 81, 3D and DB. RGB value is (129,61,219). Sum of RGB (Red+Green+Blue) = 129+61+219=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #813DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DDB is #7EC224. Grayscale: #626262. Windows color (decimal): -8307237 or 14368129. OLE color: 14368129.

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

Color convert

RGB 129 61 219 -
CMYK 0.41 0.72 0 0.14
HSL 265.82º 0.69% 0.55% -
HSV(B) 265.82º 0.72% 0.86% -
XYZ 23.51 13.12 68.31 -
YUV 99.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 129 61 219 0.41 0.72 0 0.14 265.82 0.69 0.55
Hex 81 3D DB 29 48 0 E 10A 45 37
Octal 201 75 333 51 110 0 16 412 105 67
Binary 10000001 111101 11011011 101001 1001000 0 1110 100001010 1000101 110111

Color Harmonies of #813DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DDB

Black with #813DDB

Text Example


Text Example

White with #813DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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