Html Css Color HEX #8459AD Studio

📋 copy color: '#8459AD'

red 132 ◦ green 89 ◦ blue 173

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

Shades of Studio #8459AD

Tints of Studio #8459AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 33.5%
G = 22.59%
B = 43.91%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8459AD (or 0x8459AD) is known color: Studio. HEX triplet: 84, 59 and AD. RGB value is (132,89,173). Sum of RGB (Red+Green+Blue) = 132+89+173=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #8459AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AD is #7BA652. Grayscale: #6F6F6F. Windows color (decimal): -8103507 or 11360644. OLE color: 11360644.

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

Color convert

RGB 132 89 173 -
CMYK 0.24 0.49 0 0.32
HSL 270.71º 0.34% 0.51% -
HSV(B) 270.71º 0.49% 0.68% -
XYZ 20.63 15.07 41.36 -
YUV 111.43 162.75 142.67 -
System Red Green Blue C M Y K H S L
Decimal 132 89 173 0.24 0.49 0 0.32 270.71 0.34 0.51
Hex 84 59 AD 18 31 0 20 10F 22 33
Octal 204 131 255 30 61 0 40 417 42 63
Binary 10000100 1011001 10101101 11000 110001 0 100000 100001111 100010 110011

Color Harmonies of #8459AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459AD

Black with #8459AD

Text Example


Text Example

White with #8459AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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