Html Css Color HEX #813FDD Blue Violet

📋 copy color: '#813FDD'

red 129 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #813FDD

Tints of Blue Violet #813FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 31.23%
G = 15.25%
B = 53.51%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#813FDD (or 0x813FDD) is known color: Blue Violet. HEX triplet: 81, 3F and DD. RGB value is (129,63,221). Sum of RGB (Red+Green+Blue) = 129+63+221=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #813FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FDD is #7EC022. Grayscale: #646464. Windows color (decimal): -8306723 or 14499713. OLE color: 14499713.

HSL color Cylindrical-coordinate representation of color #813FDD: hue angle of 265.06º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813FDD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 63 221 -
CMYK 0.42 0.71 0 0.13
HSL 265.06º 0.7% 0.56% -
HSV(B) 265.06º 0.71% 0.87% -
XYZ 23.88 13.44 69.74 -
YUV 100.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 129 63 221 0.42 0.71 0 0.13 265.06 0.7 0.56
Hex 81 3F DD 2A 47 0 D 109 46 38
Octal 201 77 335 52 107 0 15 411 106 70
Binary 10000001 111111 11011101 101010 1000111 0 1101 100001001 1000110 111000

Color Harmonies of #813FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813FDD

Black with #813FDD

Text Example


Text Example

White with #813FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,63,221); }

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

background-color css

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

 a { background-color: rgb(129,63,221); }

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

border-color css

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

 span { border-color: rgb(129,63,221); }

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