Html Css Color HEX #813ADC Blue Violet

📋 copy color: '#813ADC'

red 129 ◦ green 58 ◦ blue 220

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

Shades of Blue Violet #813ADC

Tints of Blue Violet #813ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 31.7%
G = 14.25%
B = 54.05%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#813ADC (or 0x813ADC) is known color: Blue Violet. HEX triplet: 81, 3A and DC. RGB value is (129,58,220). Sum of RGB (Red+Green+Blue) = 129+58+220=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #813ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ADC is #7EC523. Grayscale: #616161. Windows color (decimal): -8308004 or 14432897. OLE color: 14432897.

HSL color Cylindrical-coordinate representation of color #813ADC: hue angle of 266.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813ADC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 58 220 -
CMYK 0.41 0.74 0 0.14
HSL 266.3º 0.7% 0.55% -
HSV(B) 266.3º 0.74% 0.86% -
XYZ 23.48 12.86 68.95 -
YUV 97.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 129 58 220 0.41 0.74 0 0.14 266.3 0.7 0.55
Hex 81 3A DC 29 4A 0 E 10A 46 37
Octal 201 72 334 51 112 0 16 412 106 67
Binary 10000001 111010 11011100 101001 1001010 0 1110 100001010 1000110 110111

Color Harmonies of #813ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813ADC

Black with #813ADC

Text Example


Text Example

White with #813ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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