Html Css Color HEX #814DAE Studio

📋 copy color: '#814DAE'

red 129 ◦ green 77 ◦ blue 174

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

Shades of Studio #814DAE

Tints of Studio #814DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 33.95%
G = 20.26%
B = 45.79%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#814DAE (or 0x814DAE) is known color: Studio. HEX triplet: 81, 4D and AE. RGB value is (129,77,174). Sum of RGB (Red+Green+Blue) = 129+77+174=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #814DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAE is #7EB251. Grayscale: #676767. Windows color (decimal): -8303186 or 11423105. OLE color: 11423105.

HSL color Cylindrical-coordinate representation of color #814DAE: hue angle of 272.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814DAE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 77 174 -
CMYK 0.26 0.56 0 0.32
HSL 272.16º 0.39% 0.49% -
HSV(B) 272.16º 0.56% 0.68% -
XYZ 19.35 13.03 41.54 -
YUV 103.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 129 77 174 0.26 0.56 0 0.32 272.16 0.39 0.49
Hex 81 4D AE 1A 38 0 20 110 27 31
Octal 201 115 256 32 70 0 40 420 47 61
Binary 10000001 1001101 10101110 11010 111000 0 100000 100010000 100111 110001

Color Harmonies of #814DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DAE

Black with #814DAE

Text Example


Text Example

White with #814DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,77,174); }

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

background-color css

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

 a { background-color: rgb(129,77,174); }

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

border-color css

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

 span { border-color: rgb(129,77,174); }

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