Html Css Color HEX #813CEC Blue Violet

📋 copy color: '#813CEC'

red 129 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #813CEC

Tints of Blue Violet #813CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 30.35%
G = 14.12%
B = 55.53%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#813CEC (or 0x813CEC) is known color: Blue Violet. HEX triplet: 81, 3C and EC. RGB value is (129,60,236). Sum of RGB (Red+Green+Blue) = 129+60+236=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #813CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CEC is #7EC313. Grayscale: #646464. Windows color (decimal): -8307476 or 15481985. OLE color: 15481985.

HSL color Cylindrical-coordinate representation of color #813CEC: hue angle of 263.52º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #813CEC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 60 236 -
CMYK 0.45 0.75 0 0.07
HSL 263.52º 0.82% 0.58% -
HSV(B) 263.52º 0.75% 0.93% -
XYZ 25.81 13.95 80.69 -
YUV 100.7 204.36 148.19 -
System Red Green Blue C M Y K H S L
Decimal 129 60 236 0.45 0.75 0 0.07 263.52 0.82 0.58
Hex 81 3C EC 2D 4B 0 7 108 52 3A
Octal 201 74 354 55 113 0 7 410 122 72
Binary 10000001 111100 11101100 101101 1001011 0 111 100001000 1010010 111010

Color Harmonies of #813CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CEC

Black with #813CEC

Text Example


Text Example

White with #813CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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