Html Css Color HEX #814CDF Blue Violet

📋 copy color: '#814CDF'

red 129 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #814CDF

Tints of Blue Violet #814CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 30.14%
G = 17.76%
B = 52.1%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#814CDF (or 0x814CDF) is known color: Blue Violet. HEX triplet: 81, 4C and DF. RGB value is (129,76,223). Sum of RGB (Red+Green+Blue) = 129+76+223=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #814CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CDF is #7EB320. Grayscale: #6C6C6C. Windows color (decimal): -8303393 or 14634113. OLE color: 14634113.

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

Color convert

RGB 129 76 223 -
CMYK 0.42 0.66 0 0.13
HSL 261.63º 0.7% 0.59% -
HSV(B) 261.63º 0.66% 0.87% -
XYZ 24.96 15.16 71.42 -
YUV 108.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 129 76 223 0.42 0.66 0 0.13 261.63 0.7 0.59
Hex 81 4C DF 2A 42 0 D 106 46 3B
Octal 201 114 337 52 102 0 15 406 106 73
Binary 10000001 1001100 11011111 101010 1000010 0 1101 100000110 1000110 111011

Color Harmonies of #814CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CDF

Black with #814CDF

Text Example


Text Example

White with #814CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,76,223); }

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

background-color css

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

 a { background-color: rgb(129,76,223); }

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

border-color css

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

 span { border-color: rgb(129,76,223); }

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