Html Css Color HEX #8449AA Studio

📋 copy color: '#8449AA'

red 132 ◦ green 73 ◦ blue 170

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

Shades of Studio #8449AA

Tints of Studio #8449AA

RGB

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

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

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

R = 35.2%
G = 19.47%
B = 45.33%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8449AA (or 0x8449AA) is known color: Studio. HEX triplet: 84, 49 and AA. RGB value is (132,73,170). Sum of RGB (Red+Green+Blue) = 132+73+170=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #8449AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8449AA is #7BB655. Grayscale: #656565. Windows color (decimal): -8107606 or 11159940. OLE color: 11159940.

HSL color Cylindrical-coordinate representation of color #8449AA: hue angle of 276.49º 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 #8449AA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 73 170 -
CMYK 0.22 0.57 0 0.33
HSL 276.49º 0.4% 0.48% -
HSV(B) 276.49º 0.57% 0.67% -
XYZ 19.15 12.57 39.45 -
YUV 101.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 132 73 170 0.22 0.57 0 0.33 276.49 0.4 0.48
Hex 84 49 AA 16 39 0 21 114 28 30
Octal 204 111 252 26 71 0 41 424 50 60
Binary 10000100 1001001 10101010 10110 111001 0 100001 100010100 101000 110000

Color Harmonies of #8449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449AA

Black with #8449AA

Text Example


Text Example

White with #8449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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