Html Css Color HEX #8347AD Studio

📋 copy color: '#8347AD'

red 131 ◦ green 71 ◦ blue 173

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

Shades of Studio #8347AD

Tints of Studio #8347AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 34.93%
G = 18.93%
B = 46.13%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8347AD (or 0x8347AD) is known color: Studio. HEX triplet: 83, 47 and AD. RGB value is (131,71,173). Sum of RGB (Red+Green+Blue) = 131+71+173=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8347AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8347AD is #7CB852. Grayscale: #646464. Windows color (decimal): -8173651 or 11356035. OLE color: 11356035.

HSL color Cylindrical-coordinate representation of color #8347AD: hue angle of 275.29º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8347AD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 71 173 -
CMYK 0.24 0.59 0 0.32
HSL 275.29º 0.42% 0.48% -
HSV(B) 275.29º 0.59% 0.68% -
XYZ 19.16 12.35 40.91 -
YUV 100.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 131 71 173 0.24 0.59 0 0.32 275.29 0.42 0.48
Hex 83 47 AD 18 3B 0 20 113 2A 30
Octal 203 107 255 30 73 0 40 423 52 60
Binary 10000011 1000111 10101101 11000 111011 0 100000 100010011 101010 110000

Color Harmonies of #8347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8347AD

Black with #8347AD

Text Example


Text Example

White with #8347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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