Html Css Color HEX #8356A7 Studio

📋 copy color: '#8356A7'

red 131 ◦ green 86 ◦ blue 167

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

Shades of Studio #8356A7

Tints of Studio #8356A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 34.11%
G = 22.4%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8356A7 (or 0x8356A7) is known color: Studio. HEX triplet: 83, 56 and A7. RGB value is (131,86,167). Sum of RGB (Red+Green+Blue) = 131+86+167=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #8356A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8356A7 is #7CA958. Grayscale: #6C6C6C. Windows color (decimal): -8169817 or 10966659. OLE color: 10966659.

HSL color Cylindrical-coordinate representation of color #8356A7: hue angle of 273.33º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8356A7 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 86 167 -
CMYK 0.22 0.49 0 0.35
HSL 273.33º 0.32% 0.5% -
HSV(B) 273.33º 0.49% 0.65% -
XYZ 19.66 14.27 38.28 -
YUV 108.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 131 86 167 0.22 0.49 0 0.35 273.33 0.32 0.5
Hex 83 56 A7 16 31 0 23 111 20 32
Octal 203 126 247 26 61 0 43 421 40 62
Binary 10000011 1010110 10100111 10110 110001 0 100011 100010001 100000 110010

Color Harmonies of #8356A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356A7

Black with #8356A7

Text Example


Text Example

White with #8356A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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