Html Css Color HEX #813ACE Blue Violet

📋 copy color: '#813ACE'

red 129 ◦ green 58 ◦ blue 206

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

Shades of Blue Violet #813ACE

Tints of Blue Violet #813ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

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

R = 32.82%
G = 14.76%
B = 52.42%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#813ACE (or 0x813ACE) is known color: Blue Violet. HEX triplet: 81, 3A and CE. RGB value is (129,58,206). Sum of RGB (Red+Green+Blue) = 129+58+206=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #813ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ACE is #7EC531. Grayscale: #5F5F5F. Windows color (decimal): -8308018 or 13515393. OLE color: 13515393.

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

Color convert

RGB 129 58 206 -
CMYK 0.37 0.72 0 0.19
HSL 268.78º 0.6% 0.52% -
HSV(B) 268.78º 0.72% 0.81% -
XYZ 21.71 12.15 59.59 -
YUV 96.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 129 58 206 0.37 0.72 0 0.19 268.78 0.6 0.52
Hex 81 3A CE 25 48 0 13 10D 3C 34
Octal 201 72 316 45 110 0 23 415 74 64
Binary 10000001 111010 11001110 100101 1001000 0 10011 100001101 111100 110100

Color Harmonies of #813ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813ACE

Black with #813ACE

Text Example


Text Example

White with #813ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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