Html Css Color HEX #8459AF Studio

📋 copy color: '#8459AF'

red 132 ◦ green 89 ◦ blue 175

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

Shades of Studio #8459AF

Tints of Studio #8459AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 33.33%
G = 22.47%
B = 44.19%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8459AF (or 0x8459AF) is known color: Studio. HEX triplet: 84, 59 and AF. RGB value is (132,89,175). Sum of RGB (Red+Green+Blue) = 132+89+175=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #8459AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AF is #7BA650. Grayscale: #6F6F6F. Windows color (decimal): -8103505 or 11491716. OLE color: 11491716.

HSL color Cylindrical-coordinate representation of color #8459AF: hue angle of 270º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8459AF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 89 175 -
CMYK 0.25 0.49 0 0.31
HSL 270º 0.35% 0.52% -
HSV(B) 270º 0.49% 0.69% -
XYZ 20.83 15.15 42.38 -
YUV 111.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 132 89 175 0.25 0.49 0 0.31 270 0.35 0.52
Hex 84 59 AF 19 31 0 1F 10E 23 34
Octal 204 131 257 31 61 0 37 416 43 64
Binary 10000100 1011001 10101111 11001 110001 0 11111 100001110 100011 110100

Color Harmonies of #8459AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459AF

Black with #8459AF

Text Example


Text Example

White with #8459AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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