Html Css Color HEX #8448AD Studio

📋 copy color: '#8448AD'

red 132 ◦ green 72 ◦ blue 173

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

Shades of Studio #8448AD

Tints of Studio #8448AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 35.01%
G = 19.1%
B = 45.89%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8448AD (or 0x8448AD) is known color: Studio. HEX triplet: 84, 48 and AD. RGB value is (132,72,173). Sum of RGB (Red+Green+Blue) = 132+72+173=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #8448AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8448AD is #7BB752. Grayscale: #656565. Windows color (decimal): -8107859 or 11356292. OLE color: 11356292.

HSL color Cylindrical-coordinate representation of color #8448AD: hue angle of 275.64º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8448AD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 72 173 -
CMYK 0.24 0.58 0 0.32
HSL 275.64º 0.41% 0.48% -
HSV(B) 275.64º 0.58% 0.68% -
XYZ 19.38 12.56 40.94 -
YUV 101.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 132 72 173 0.24 0.58 0 0.32 275.64 0.41 0.48
Hex 84 48 AD 18 3A 0 20 114 29 30
Octal 204 110 255 30 72 0 40 424 51 60
Binary 10000100 1001000 10101101 11000 111010 0 100000 100010100 101001 110000

Color Harmonies of #8448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448AD

Black with #8448AD

Text Example


Text Example

White with #8448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8448AD; }

 p { color: rgb(132,72,173); }

 H1.HeaderClassName
 {
   color: #8448AD;
 }
 .AnyTagClassName
 {
   color: #8448AD;
 }
</style>

background-color css

<style>
 a { background-color: #8448AD; }

 a { background-color: rgb(132,72,173); }

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

border-color css

<style>
 span { border-color: #8448AD; }

 span { border-color: rgb(132,72,173); }

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