Html Css Color HEX #813CDB Blue Violet

📋 copy color: '#813CDB'

red 129 ◦ green 60 ◦ blue 219

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

Shades of Blue Violet #813CDB

Tints of Blue Violet #813CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.71%

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

R = 31.62%
G = 14.71%
B = 53.68%

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

#813CDB (or 0x813CDB) is known color: Blue Violet. HEX triplet: 81, 3C and DB. RGB value is (129,60,219). Sum of RGB (Red+Green+Blue) = 129+60+219=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #813CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CDB is #7EC324. Grayscale: #626262. Windows color (decimal): -8307493 or 14367873. OLE color: 14367873.

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

Color convert

RGB 129 60 219 -
CMYK 0.41 0.73 0 0.14
HSL 266.04º 0.69% 0.55% -
HSV(B) 266.04º 0.73% 0.86% -
XYZ 23.46 13.01 68.29 -
YUV 98.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 129 60 219 0.41 0.73 0 0.14 266.04 0.69 0.55
Hex 81 3C DB 29 49 0 E 10A 45 37
Octal 201 74 333 51 111 0 16 412 105 67
Binary 10000001 111100 11011011 101001 1001001 0 1110 100001010 1000101 110111

Color Harmonies of #813CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CDB

Black with #813CDB

Text Example


Text Example

White with #813CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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