Html Css Color HEX #8349AD Studio

📋 copy color: '#8349AD'

red 131 ◦ green 73 ◦ blue 173

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

Shades of Studio #8349AD

Tints of Studio #8349AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 34.75%
G = 19.36%
B = 45.89%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8349AD (or 0x8349AD) is known color: Studio. HEX triplet: 83, 49 and AD. RGB value is (131,73,173). Sum of RGB (Red+Green+Blue) = 131+73+173=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #8349AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349AD is #7CB652. Grayscale: #656565. Windows color (decimal): -8173139 or 11356547. OLE color: 11356547.

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

Color convert

RGB 131 73 173 -
CMYK 0.24 0.58 0 0.32
HSL 274.8º 0.41% 0.48% -
HSV(B) 274.8º 0.58% 0.68% -
XYZ 19.29 12.61 40.95 -
YUV 101.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 131 73 173 0.24 0.58 0 0.32 274.8 0.41 0.48
Hex 83 49 AD 18 3A 0 20 113 29 30
Octal 203 111 255 30 72 0 40 423 51 60
Binary 10000011 1001001 10101101 11000 111010 0 100000 100010011 101001 110000

Color Harmonies of #8349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349AD

Black with #8349AD

Text Example


Text Example

White with #8349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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