Html Css Color HEX #814DAF Studio

📋 copy color: '#814DAF'

red 129 ◦ green 77 ◦ blue 175

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

Shades of Studio #814DAF

Tints of Studio #814DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 33.86%
G = 20.21%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#814DAF (or 0x814DAF) is known color: Studio. HEX triplet: 81, 4D and AF. RGB value is (129,77,175). Sum of RGB (Red+Green+Blue) = 129+77+175=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #814DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAF is #7EB250. Grayscale: #676767. Windows color (decimal): -8303185 or 11488641. OLE color: 11488641.

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

Color convert

RGB 129 77 175 -
CMYK 0.26 0.56 0 0.31
HSL 271.84º 0.39% 0.49% -
HSV(B) 271.84º 0.56% 0.69% -
XYZ 19.45 13.07 42.06 -
YUV 103.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 129 77 175 0.26 0.56 0 0.31 271.84 0.39 0.49
Hex 81 4D AF 1A 38 0 1F 110 27 31
Octal 201 115 257 32 70 0 37 420 47 61
Binary 10000001 1001101 10101111 11010 111000 0 11111 100010000 100111 110001

Color Harmonies of #814DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DAF

Black with #814DAF

Text Example


Text Example

White with #814DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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