Html Css Color HEX #813DD7 Blue Violet

📋 copy color: '#813DD7'

red 129 ◦ green 61 ◦ blue 215

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

Shades of Blue Violet #813DD7

Tints of Blue Violet #813DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 31.85%
G = 15.06%
B = 53.09%

CMYK

 C value IS 0.4

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#813DD7 (or 0x813DD7) is known color: Blue Violet. HEX triplet: 81, 3D and D7. RGB value is (129,61,215). Sum of RGB (Red+Green+Blue) = 129+61+215=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #813DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DD7 is #7EC228. Grayscale: #626262. Windows color (decimal): -8307241 or 14105985. OLE color: 14105985.

HSL color Cylindrical-coordinate representation of color #813DD7: hue angle of 266.49º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813DD7 is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 61 215 -
CMYK 0.4 0.72 0 0.16
HSL 266.49º 0.66% 0.54% -
HSV(B) 266.49º 0.72% 0.84% -
XYZ 22.99 12.91 65.57 -
YUV 98.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 129 61 215 0.4 0.72 0 0.16 266.49 0.66 0.54
Hex 81 3D D7 28 48 0 10 10A 42 36
Octal 201 75 327 50 110 0 20 412 102 66
Binary 10000001 111101 11010111 101000 1001000 0 10000 100001010 1000010 110110

Color Harmonies of #813DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813DD7

Black with #813DD7

Text Example


Text Example

White with #813DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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