Html Css Color HEX #814DAB Studio

📋 copy color: '#814DAB'

red 129 ◦ green 77 ◦ blue 171

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

Shades of Studio #814DAB

Tints of Studio #814DAB

RGB

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

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

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

R = 34.22%
G = 20.42%
B = 45.36%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814DAB (or 0x814DAB) is known color: Studio. HEX triplet: 81, 4D and AB. RGB value is (129,77,171). Sum of RGB (Red+Green+Blue) = 129+77+171=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #814DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAB is #7EB254. Grayscale: #666666. Windows color (decimal): -8303189 or 11226497. OLE color: 11226497.

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

Color convert

RGB 129 77 171 -
CMYK 0.25 0.55 0 0.33
HSL 273.19º 0.38% 0.49% -
HSV(B) 273.19º 0.55% 0.67% -
XYZ 19.06 12.92 40.02 -
YUV 103.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 129 77 171 0.25 0.55 0 0.33 273.19 0.38 0.49
Hex 81 4D AB 19 37 0 21 111 26 31
Octal 201 115 253 31 67 0 41 421 46 61
Binary 10000001 1001101 10101011 11001 110111 0 100001 100010001 100110 110001

Color Harmonies of #814DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DAB

Black with #814DAB

Text Example


Text Example

White with #814DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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