Html Css Color HEX #813CCE Blue Violet

📋 copy color: '#813CCE'

red 129 ◦ green 60 ◦ blue 206

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

Shades of Blue Violet #813CCE

Tints of Blue Violet #813CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 32.66%
G = 15.19%
B = 52.15%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#813CCE (or 0x813CCE) is known color: Blue Violet. HEX triplet: 81, 3C and CE. RGB value is (129,60,206). Sum of RGB (Red+Green+Blue) = 129+60+206=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #813CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CCE is #7EC331. Grayscale: #606060. Windows color (decimal): -8307506 or 13515905. OLE color: 13515905.

HSL color Cylindrical-coordinate representation of color #813CCE: hue angle of 268.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813CCE is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 60 206 -
CMYK 0.37 0.71 0 0.19
HSL 268.36º 0.6% 0.52% -
HSV(B) 268.36º 0.71% 0.81% -
XYZ 21.81 12.36 59.63 -
YUV 97.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 129 60 206 0.37 0.71 0 0.19 268.36 0.6 0.52
Hex 81 3C CE 25 47 0 13 10C 3C 34
Octal 201 74 316 45 107 0 23 414 74 64
Binary 10000001 111100 11001110 100101 1000111 0 10011 100001100 111100 110100

Color Harmonies of #813CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CCE

Black with #813CCE

Text Example


Text Example

White with #813CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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