Html Css Color HEX #8356AA Studio

📋 copy color: '#8356AA'

red 131 ◦ green 86 ◦ blue 170

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

Shades of Studio #8356AA

Tints of Studio #8356AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

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

R = 33.85%
G = 22.22%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8356AA (or 0x8356AA) is known color: Studio. HEX triplet: 83, 56 and AA. RGB value is (131,86,170). Sum of RGB (Red+Green+Blue) = 131+86+170=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8356AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8356AA is #7CA955. Grayscale: #6C6C6C. Windows color (decimal): -8169814 or 11163267. OLE color: 11163267.

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

Color convert

RGB 131 86 170 -
CMYK 0.23 0.49 0 0.33
HSL 272.14º 0.33% 0.5% -
HSV(B) 272.14º 0.49% 0.67% -
XYZ 19.94 14.38 39.76 -
YUV 109.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 131 86 170 0.23 0.49 0 0.33 272.14 0.33 0.5
Hex 83 56 AA 17 31 0 21 110 21 32
Octal 203 126 252 27 61 0 41 420 41 62
Binary 10000011 1010110 10101010 10111 110001 0 100001 100010000 100001 110010

Color Harmonies of #8356AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356AA

Black with #8356AA

Text Example


Text Example

White with #8356AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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