Html Css Color HEX #8459AB Studio

📋 copy color: '#8459AB'

red 132 ◦ green 89 ◦ blue 171

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

Shades of Studio #8459AB

Tints of Studio #8459AB

RGB

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

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

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

R = 33.67%
G = 22.7%
B = 43.62%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8459AB (or 0x8459AB) is known color: Studio. HEX triplet: 84, 59 and AB. RGB value is (132,89,171). Sum of RGB (Red+Green+Blue) = 132+89+171=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #8459AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AB is #7BA654. Grayscale: #6E6E6E. Windows color (decimal): -8103509 or 11229572. OLE color: 11229572.

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

Color convert

RGB 132 89 171 -
CMYK 0.23 0.48 0 0.33
HSL 271.46º 0.33% 0.51% -
HSV(B) 271.46º 0.48% 0.67% -
XYZ 20.44 14.99 40.34 -
YUV 111.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 132 89 171 0.23 0.48 0 0.33 271.46 0.33 0.51
Hex 84 59 AB 17 30 0 21 10F 21 33
Octal 204 131 253 27 60 0 41 417 41 63
Binary 10000100 1011001 10101011 10111 110000 0 100001 100001111 100001 110011

Color Harmonies of #8459AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459AB

Black with #8459AB

Text Example


Text Example

White with #8459AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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