Html Css Color HEX #814ADE Blue Violet

📋 copy color: '#814ADE'

red 129 ◦ green 74 ◦ blue 222

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

Shades of Blue Violet #814ADE

Tints of Blue Violet #814ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 30.35%
G = 17.41%
B = 52.24%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814ADE (or 0x814ADE) is known color: Blue Violet. HEX triplet: 81, 4A and DE. RGB value is (129,74,222). Sum of RGB (Red+Green+Blue) = 129+74+222=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #814ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ADE is #7EB521. Grayscale: #6A6A6A. Windows color (decimal): -8303906 or 14568065. OLE color: 14568065.

HSL color Cylindrical-coordinate representation of color #814ADE: hue angle of 262.3º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814ADE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 74 222 -
CMYK 0.42 0.67 0 0.13
HSL 262.3º 0.69% 0.58% -
HSV(B) 262.3º 0.67% 0.87% -
XYZ 24.69 14.84 70.67 -
YUV 107.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 129 74 222 0.42 0.67 0 0.13 262.3 0.69 0.58
Hex 81 4A DE 2A 43 0 D 106 45 3A
Octal 201 112 336 52 103 0 15 406 105 72
Binary 10000001 1001010 11011110 101010 1000011 0 1101 100000110 1000101 111010

Color Harmonies of #814ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ADE

Black with #814ADE

Text Example


Text Example

White with #814ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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