Html Css Color HEX #8355AA Studio

📋 copy color: '#8355AA'

red 131 ◦ green 85 ◦ blue 170

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

Shades of Studio #8355AA

Tints of Studio #8355AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 33.94%
G = 22.02%
B = 44.04%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8355AA (or 0x8355AA) is known color: Studio. HEX triplet: 83, 55 and AA. RGB value is (131,85,170). Sum of RGB (Red+Green+Blue) = 131+85+170=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8355AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AA is #7CAA55. Grayscale: #6C6C6C. Windows color (decimal): -8170070 or 11163011. OLE color: 11163011.

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

Color convert

RGB 131 85 170 -
CMYK 0.23 0.50 0 0.33
HSL 272.47º 0.33% 0.5% -
HSV(B) 272.47º 0.5% 0.67% -
XYZ 19.86 14.22 39.73 -
YUV 108.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 131 85 170 0.23 0.50 0 0.33 272.47 0.33 0.5
Hex 83 55 AA 17 32 0 21 110 21 32
Octal 203 125 252 27 62 0 41 420 41 62
Binary 10000011 1010101 10101010 10111 110010 0 100001 100010000 100001 110010

Color Harmonies of #8355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355AA

Black with #8355AA

Text Example


Text Example

White with #8355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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