Html Css Color HEX #814ADC Blue Violet

📋 copy color: '#814ADC'

red 129 ◦ green 74 ◦ blue 220

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

Shades of Blue Violet #814ADC

Tints of Blue Violet #814ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 30.5%
G = 17.49%
B = 52.01%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#814ADC (or 0x814ADC) is known color: Blue Violet. HEX triplet: 81, 4A and DC. RGB value is (129,74,220). Sum of RGB (Red+Green+Blue) = 129+74+220=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #814ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ADC is #7EB523. Grayscale: #6A6A6A. Windows color (decimal): -8303908 or 14436993. OLE color: 14436993.

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

Color convert

RGB 129 74 220 -
CMYK 0.41 0.66 0 0.14
HSL 262.6º 0.68% 0.58% -
HSV(B) 262.6º 0.66% 0.86% -
XYZ 24.42 14.73 69.27 -
YUV 107.09 191.72 143.63 -
System Red Green Blue C M Y K H S L
Decimal 129 74 220 0.41 0.66 0 0.14 262.6 0.68 0.58
Hex 81 4A DC 29 42 0 E 107 44 3A
Octal 201 112 334 51 102 0 16 407 104 72
Binary 10000001 1001010 11011100 101001 1000010 0 1110 100000111 1000100 111010

Color Harmonies of #814ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ADC

Black with #814ADC

Text Example


Text Example

White with #814ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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