Html Css Color HEX #813DDD Blue Violet

📋 copy color: '#813DDD'

red 129 ◦ green 61 ◦ blue 221

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

Shades of Blue Violet #813DDD

Tints of Blue Violet #813DDD

RGB

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

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

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

R = 31.39%
G = 14.84%
B = 53.77%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#813DDD (or 0x813DDD) is known color: Blue Violet. HEX triplet: 81, 3D and DD. RGB value is (129,61,221). Sum of RGB (Red+Green+Blue) = 129+61+221=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #813DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DDD is #7EC222. Grayscale: #636363. Windows color (decimal): -8307235 or 14499201. OLE color: 14499201.

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

Color convert

RGB 129 61 221 -
CMYK 0.42 0.72 0 0.13
HSL 265.5º 0.7% 0.55% -
HSV(B) 265.5º 0.72% 0.87% -
XYZ 23.77 13.23 69.71 -
YUV 99.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 129 61 221 0.42 0.72 0 0.13 265.5 0.7 0.55
Hex 81 3D DD 2A 48 0 D 10A 46 37
Octal 201 75 335 52 110 0 15 412 106 67
Binary 10000001 111101 11011101 101010 1001000 0 1101 100001010 1000110 110111

Color Harmonies of #813DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DDD

Black with #813DDD

Text Example


Text Example

White with #813DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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