Html Css Color HEX #8359AA Studio

📋 copy color: '#8359AA'

red 131 ◦ green 89 ◦ blue 170

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

Shades of Studio #8359AA

Tints of Studio #8359AA

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 33.59%
G = 22.82%
B = 43.59%

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

#8359AA (or 0x8359AA) is known color: Studio. HEX triplet: 83, 59 and AA. RGB value is (131,89,170). Sum of RGB (Red+Green+Blue) = 131+89+170=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #8359AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AA is #7CA655. Grayscale: #6E6E6E. Windows color (decimal): -8169046 or 11164035. OLE color: 11164035.

HSL color Cylindrical-coordinate representation of color #8359AA: hue angle of 271.11º degrees, saturation: 0.32, 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 #8359AA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 89 170 -
CMYK 0.23 0.48 0 0.33
HSL 271.11º 0.32% 0.51% -
HSV(B) 271.11º 0.48% 0.67% -
XYZ 20.19 14.87 39.84 -
YUV 110.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 131 89 170 0.23 0.48 0 0.33 271.11 0.32 0.51
Hex 83 59 AA 17 30 0 21 10F 20 33
Octal 203 131 252 27 60 0 41 417 40 63
Binary 10000011 1011001 10101010 10111 110000 0 100001 100001111 100000 110011

Color Harmonies of #8359AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8359AA

Black with #8359AA

Text Example


Text Example

White with #8359AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8359AA; }

 p { color: rgb(131,89,170); }

 H1.HeaderClassName
 {
   color: #8359AA;
 }
 .AnyTagClassName
 {
   color: #8359AA;
 }
</style>

background-color css

<style>
 a { background-color: #8359AA; }

 a { background-color: rgb(131,89,170); }

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

border-color css

<style>
 span { border-color: #8359AA; }

 span { border-color: rgb(131,89,170); }

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