Html Css Color HEX #8357AC Studio

📋 copy color: '#8357AC'

red 131 ◦ green 87 ◦ blue 172

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

Shades of Studio #8357AC

Tints of Studio #8357AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 33.59%
G = 22.31%
B = 44.1%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8357AC (or 0x8357AC) is known color: Studio. HEX triplet: 83, 57 and AC. RGB value is (131,87,172). Sum of RGB (Red+Green+Blue) = 131+87+172=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8357AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357AC is #7CA853. Grayscale: #6D6D6D. Windows color (decimal): -8169556 or 11294595. OLE color: 11294595.

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

Color convert

RGB 131 87 172 -
CMYK 0.24 0.49 0 0.33
HSL 271.06º 0.34% 0.51% -
HSV(B) 271.06º 0.49% 0.67% -
XYZ 20.21 14.62 40.79 -
YUV 109.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 131 87 172 0.24 0.49 0 0.33 271.06 0.34 0.51
Hex 83 57 AC 18 31 0 21 10F 22 33
Octal 203 127 254 30 61 0 41 417 42 63
Binary 10000011 1010111 10101100 11000 110001 0 100001 100001111 100010 110011

Color Harmonies of #8357AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357AC

Black with #8357AC

Text Example


Text Example

White with #8357AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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