Html Css Color HEX #8349AC Studio

📋 copy color: '#8349AC'

red 131 ◦ green 73 ◦ blue 172

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

Shades of Studio #8349AC

Tints of Studio #8349AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 34.84%
G = 19.41%
B = 45.74%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8349AC (or 0x8349AC) is known color: Studio. HEX triplet: 83, 49 and AC. RGB value is (131,73,172). Sum of RGB (Red+Green+Blue) = 131+73+172=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #8349AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349AC is #7CB653. Grayscale: #656565. Windows color (decimal): -8173140 or 11291011. OLE color: 11291011.

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

Color convert

RGB 131 73 172 -
CMYK 0.24 0.58 0 0.33
HSL 275.15º 0.4% 0.48% -
HSV(B) 275.15º 0.58% 0.67% -
XYZ 19.19 12.57 40.44 -
YUV 101.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 131 73 172 0.24 0.58 0 0.33 275.15 0.4 0.48
Hex 83 49 AC 18 3A 0 21 113 28 30
Octal 203 111 254 30 72 0 41 423 50 60
Binary 10000011 1001001 10101100 11000 111010 0 100001 100010011 101000 110000

Color Harmonies of #8349AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349AC

Black with #8349AC

Text Example


Text Example

White with #8349AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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