Html Css Color HEX #814BAA Studio

📋 copy color: '#814BAA'

red 129 ◦ green 75 ◦ blue 170

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

Shades of Studio #814BAA

Tints of Studio #814BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 34.49%
G = 20.05%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#814BAA (or 0x814BAA) is known color: Studio. HEX triplet: 81, 4B and AA. RGB value is (129,75,170). Sum of RGB (Red+Green+Blue) = 129+75+170=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #814BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BAA is #7EB455. Grayscale: #656565. Windows color (decimal): -8303702 or 11160449. OLE color: 11160449.

HSL color Cylindrical-coordinate representation of color #814BAA: hue angle of 274.11º degrees, saturation: 0.39, 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 #814BAA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 75 170 -
CMYK 0.24 0.56 0 0.33
HSL 274.11º 0.39% 0.48% -
HSV(B) 274.11º 0.56% 0.67% -
XYZ 18.83 12.6 39.47 -
YUV 101.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 129 75 170 0.24 0.56 0 0.33 274.11 0.39 0.48
Hex 81 4B AA 18 38 0 21 112 27 30
Octal 201 113 252 30 70 0 41 422 47 60
Binary 10000001 1001011 10101010 11000 111000 0 100001 100010010 100111 110000

Color Harmonies of #814BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BAA

Black with #814BAA

Text Example


Text Example

White with #814BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,75,170); }

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

background-color css

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

 a { background-color: rgb(129,75,170); }

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

border-color css

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

 span { border-color: rgb(129,75,170); }

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