Html Css Color HEX #8355AC Studio

📋 copy color: '#8355AC'

red 131 ◦ green 85 ◦ blue 172

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

Shades of Studio #8355AC

Tints of Studio #8355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 33.76%
G = 21.91%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8355AC (or 0x8355AC) is known color: Studio. HEX triplet: 83, 55 and AC. RGB value is (131,85,172). Sum of RGB (Red+Green+Blue) = 131+85+172=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #8355AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AC is #7CAA53. Grayscale: #6C6C6C. Windows color (decimal): -8170068 or 11294083. OLE color: 11294083.

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

Color convert

RGB 131 85 172 -
CMYK 0.24 0.51 0 0.33
HSL 271.72º 0.34% 0.5% -
HSV(B) 271.72º 0.51% 0.67% -
XYZ 20.05 14.3 40.73 -
YUV 108.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 131 85 172 0.24 0.51 0 0.33 271.72 0.34 0.5
Hex 83 55 AC 18 33 0 21 110 22 32
Octal 203 125 254 30 63 0 41 420 42 62
Binary 10000011 1010101 10101100 11000 110011 0 100001 100010000 100010 110010

Color Harmonies of #8355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355AC

Black with #8355AC

Text Example


Text Example

White with #8355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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