Html Css Color HEX #8442AD Studio

📋 copy color: '#8442AD'

red 132 ◦ green 66 ◦ blue 173

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

Shades of Studio #8442AD

Tints of Studio #8442AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 35.58%
G = 17.79%
B = 46.63%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8442AD (or 0x8442AD) is known color: Studio. HEX triplet: 84, 42 and AD. RGB value is (132,66,173). Sum of RGB (Red+Green+Blue) = 132+66+173=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #8442AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8442AD is #7BBD52. Grayscale: #616161. Windows color (decimal): -8109395 or 11354756. OLE color: 11354756.

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

Color convert

RGB 132 66 173 -
CMYK 0.24 0.62 0 0.32
HSL 277.01º 0.45% 0.47% -
HSV(B) 277.01º 0.62% 0.68% -
XYZ 19.01 11.82 40.81 -
YUV 97.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 132 66 173 0.24 0.62 0 0.32 277.01 0.45 0.47
Hex 84 42 AD 18 3E 0 20 115 2D 2F
Octal 204 102 255 30 76 0 40 425 55 57
Binary 10000100 1000010 10101101 11000 111110 0 100000 100010101 101101 101111

Color Harmonies of #8442AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442AD

Black with #8442AD

Text Example


Text Example

White with #8442AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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