Html Css Color HEX #813CEF Blue Violet

📋 copy color: '#813CEF'

red 129 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #813CEF

Tints of Blue Violet #813CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.84%

R = 30.14%
G = 14.02%
B = 55.84%

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

#813CEF (or 0x813CEF) is known color: Blue Violet. HEX triplet: 81, 3C and EF. RGB value is (129,60,239). Sum of RGB (Red+Green+Blue) = 129+60+239=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #813CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CEF is #7EC310. Grayscale: #646464. Windows color (decimal): -8307473 or 15678593. OLE color: 15678593.

HSL color Cylindrical-coordinate representation of color #813CEF: hue angle of 263.13º degrees, saturation: 0.85, 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 #813CEF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 60 239 -
CMYK 0.46 0.75 0 0.06
HSL 263.13º 0.85% 0.59% -
HSV(B) 263.13º 0.75% 0.94% -
XYZ 26.25 14.13 83.01 -
YUV 101.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 129 60 239 0.46 0.75 0 0.06 263.13 0.85 0.59
Hex 81 3C EF 2E 4B 0 6 107 55 3B
Octal 201 74 357 56 113 0 6 407 125 73
Binary 10000001 111100 11101111 101110 1001011 0 110 100000111 1010101 111011

Color Harmonies of #813CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CEF

Black with #813CEF

Text Example


Text Example

White with #813CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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