Html Css Color HEX #813CF0 Blue Violet

📋 copy color: '#813CF0'

red 129 ◦ green 60 ◦ blue 240

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

Shades of Blue Violet #813CF0

Tints of Blue Violet #813CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.94%

R = 30.07%
G = 13.99%
B = 55.94%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#813CF0 (or 0x813CF0) is known color: Blue Violet. HEX triplet: 81, 3C and F0. RGB value is (129,60,240). Sum of RGB (Red+Green+Blue) = 129+60+240=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #813CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CF0 is #7EC30F. Grayscale: #646464. Windows color (decimal): -8307472 or 15744129. OLE color: 15744129.

HSL color Cylindrical-coordinate representation of color #813CF0: hue angle of 263º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813CF0 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 60 240 -
CMYK 0.46 0.75 0 0.06
HSL 263º 0.86% 0.59% -
HSV(B) 263º 0.75% 0.94% -
XYZ 26.4 14.19 83.79 -
YUV 101.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 129 60 240 0.46 0.75 0 0.06 263 0.86 0.59
Hex 81 3C F0 2E 4B 0 6 107 56 3B
Octal 201 74 360 56 113 0 6 407 126 73
Binary 10000001 111100 11110000 101110 1001011 0 110 100000111 1010110 111011

Color Harmonies of #813CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CF0

Black with #813CF0

Text Example


Text Example

White with #813CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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