Html Css Color HEX #813BD4 Blue Violet

📋 copy color: '#813BD4'

red 129 ◦ green 59 ◦ blue 212

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

Shades of Blue Violet #813BD4

Tints of Blue Violet #813BD4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.75%

 BLUE value IS 212 (83.2% from 255) = 53%

R = 32.25%
G = 14.75%
B = 53%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#813BD4 (or 0x813BD4) is known color: Blue Violet. HEX triplet: 81, 3B and D4. RGB value is (129,59,212). Sum of RGB (Red+Green+Blue) = 129+59+212=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #813BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BD4 is #7EC42B. Grayscale: #606060. Windows color (decimal): -8307756 or 13908865. OLE color: 13908865.

HSL color Cylindrical-coordinate representation of color #813BD4: hue angle of 267.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #813BD4 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 59 212 -
CMYK 0.39 0.72 0 0.17
HSL 267.45º 0.64% 0.53% -
HSV(B) 267.45º 0.72% 0.83% -
XYZ 22.5 12.55 63.52 -
YUV 97.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 129 59 212 0.39 0.72 0 0.17 267.45 0.64 0.53
Hex 81 3B D4 27 48 0 11 10B 40 35
Octal 201 73 324 47 110 0 21 413 100 65
Binary 10000001 111011 11010100 100111 1001000 0 10001 100001011 1000000 110101

Color Harmonies of #813BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BD4

Black with #813BD4

Text Example


Text Example

White with #813BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,59,212); }

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

background-color css

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

 a { background-color: rgb(129,59,212); }

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

border-color css

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

 span { border-color: rgb(129,59,212); }

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