Html Css Color HEX #814FAB Studio

📋 copy color: '#814FAB'

red 129 ◦ green 79 ◦ blue 171

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

Shades of Studio #814FAB

Tints of Studio #814FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 34.04%
G = 20.84%
B = 45.12%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814FAB (or 0x814FAB) is known color: Studio. HEX triplet: 81, 4F and AB. RGB value is (129,79,171). Sum of RGB (Red+Green+Blue) = 129+79+171=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #814FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAB is #7EB054. Grayscale: #686868. Windows color (decimal): -8302677 or 11227009. OLE color: 11227009.

HSL color Cylindrical-coordinate representation of color #814FAB: hue angle of 272.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814FAB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 79 171 -
CMYK 0.25 0.54 0 0.33
HSL 272.61º 0.37% 0.49% -
HSV(B) 272.61º 0.54% 0.67% -
XYZ 19.2 13.2 40.06 -
YUV 104.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 129 79 171 0.25 0.54 0 0.33 272.61 0.37 0.49
Hex 81 4F AB 19 36 0 21 111 25 31
Octal 201 117 253 31 66 0 41 421 45 61
Binary 10000001 1001111 10101011 11001 110110 0 100001 100010001 100101 110001

Color Harmonies of #814FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FAB

Black with #814FAB

Text Example


Text Example

White with #814FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,79,171); }

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

background-color css

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

 a { background-color: rgb(129,79,171); }

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

border-color css

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

 span { border-color: rgb(129,79,171); }

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