Html Css Color HEX #8356AD Studio

📋 copy color: '#8356AD'

red 131 ◦ green 86 ◦ blue 173

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

Shades of Studio #8356AD

Tints of Studio #8356AD

RGB

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

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

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

R = 33.59%
G = 22.05%
B = 44.36%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8356AD (or 0x8356AD) is known color: Studio. HEX triplet: 83, 56 and AD. RGB value is (131,86,173). Sum of RGB (Red+Green+Blue) = 131+86+173=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8356AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8356AD is #7CA952. Grayscale: #6D6D6D. Windows color (decimal): -8169811 or 11359875. OLE color: 11359875.

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

Color convert

RGB 131 86 173 -
CMYK 0.24 0.50 0 0.32
HSL 271.03º 0.35% 0.51% -
HSV(B) 271.03º 0.5% 0.68% -
XYZ 20.23 14.5 41.27 -
YUV 109.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 131 86 173 0.24 0.50 0 0.32 271.03 0.35 0.51
Hex 83 56 AD 18 32 0 20 10F 23 33
Octal 203 126 255 30 62 0 40 417 43 63
Binary 10000011 1010110 10101101 11000 110010 0 100000 100001111 100011 110011

Color Harmonies of #8356AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356AD

Black with #8356AD

Text Example


Text Example

White with #8356AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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