Html Css Color HEX #814CAB Studio

📋 copy color: '#814CAB'

red 129 ◦ green 76 ◦ blue 171

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

Shades of Studio #814CAB

Tints of Studio #814CAB

RGB

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

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

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

R = 34.31%
G = 20.21%
B = 45.48%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814CAB (or 0x814CAB) is known color: Studio. HEX triplet: 81, 4C and AB. RGB value is (129,76,171). Sum of RGB (Red+Green+Blue) = 129+76+171=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #814CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814CAB is #7EB354. Grayscale: #666666. Windows color (decimal): -8303445 or 11226241. OLE color: 11226241.

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

Color convert

RGB 129 76 171 -
CMYK 0.25 0.56 0 0.33
HSL 273.47º 0.38% 0.48% -
HSV(B) 273.47º 0.56% 0.67% -
XYZ 18.99 12.78 39.99 -
YUV 102.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 129 76 171 0.25 0.56 0 0.33 273.47 0.38 0.48
Hex 81 4C AB 19 38 0 21 111 26 30
Octal 201 114 253 31 70 0 41 421 46 60
Binary 10000001 1001100 10101011 11001 111000 0 100001 100010001 100110 110000

Color Harmonies of #814CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CAB

Black with #814CAB

Text Example


Text Example

White with #814CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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