Html Css Color HEX #8449AB Studio

📋 copy color: '#8449AB'

red 132 ◦ green 73 ◦ blue 171

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

Shades of Studio #8449AB

Tints of Studio #8449AB

RGB

 RED value IS 132 (51.95% from 255) = 35.11%

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 35.11%
G = 19.41%
B = 45.48%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8449AB (or 0x8449AB) is known color: Studio. HEX triplet: 84, 49 and AB. RGB value is (132,73,171). Sum of RGB (Red+Green+Blue) = 132+73+171=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 73 (28.91% from 255 or 19.41% 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 #8449AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8449AB is #7BB654. Grayscale: #656565. Windows color (decimal): -8107605 or 11225476. OLE color: 11225476.

HSL color Cylindrical-coordinate representation of color #8449AB: hue angle of 276.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8449AB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 73 171 -
CMYK 0.23 0.57 0 0.33
HSL 276.12º 0.4% 0.48% -
HSV(B) 276.12º 0.57% 0.67% -
XYZ 19.25 12.61 39.95 -
YUV 101.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 132 73 171 0.23 0.57 0 0.33 276.12 0.4 0.48
Hex 84 49 AB 17 39 0 21 114 28 30
Octal 204 111 253 27 71 0 41 424 50 60
Binary 10000100 1001001 10101011 10111 111001 0 100001 100010100 101000 110000

Color Harmonies of #8449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449AB

Black with #8449AB

Text Example


Text Example

White with #8449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8449AB; }

 p { color: rgb(132,73,171); }

 H1.HeaderClassName
 {
   color: #8449AB;
 }
 .AnyTagClassName
 {
   color: #8449AB;
 }
</style>

background-color css

<style>
 a { background-color: #8449AB; }

 a { background-color: rgb(132,73,171); }

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

border-color css

<style>
 span { border-color: #8449AB; }

 span { border-color: rgb(132,73,171); }

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