Html Css Color HEX #8355AD Studio

📋 copy color: '#8355AD'

red 131 ◦ green 85 ◦ blue 173

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

Shades of Studio #8355AD

Tints of Studio #8355AD

RGB

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

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

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

R = 33.68%
G = 21.85%
B = 44.47%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8355AD (or 0x8355AD) is known color: Studio. HEX triplet: 83, 55 and AD. RGB value is (131,85,173). Sum of RGB (Red+Green+Blue) = 131+85+173=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #8355AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AD is #7CAA52. Grayscale: #6C6C6C. Windows color (decimal): -8170067 or 11359619. OLE color: 11359619.

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

Color convert

RGB 131 85 173 -
CMYK 0.24 0.51 0 0.32
HSL 271.36º 0.35% 0.51% -
HSV(B) 271.36º 0.51% 0.68% -
XYZ 20.15 14.34 41.24 -
YUV 108.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 131 85 173 0.24 0.51 0 0.32 271.36 0.35 0.51
Hex 83 55 AD 18 33 0 20 10F 23 33
Octal 203 125 255 30 63 0 40 417 43 63
Binary 10000011 1010101 10101101 11000 110011 0 100000 100001111 100011 110011

Color Harmonies of #8355AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355AD

Black with #8355AD

Text Example


Text Example

White with #8355AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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