Html Css Color HEX #8353AD Studio

📋 copy color: '#8353AD'

red 131 ◦ green 83 ◦ blue 173

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

Shades of Studio #8353AD

Tints of Studio #8353AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 33.85%
G = 21.45%
B = 44.7%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8353AD (or 0x8353AD) is known color: Studio. HEX triplet: 83, 53 and AD. RGB value is (131,83,173). Sum of RGB (Red+Green+Blue) = 131+83+173=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8353AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AD is #7CAC52. Grayscale: #6B6B6B. Windows color (decimal): -8170579 or 11359107. OLE color: 11359107.

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

Color convert

RGB 131 83 173 -
CMYK 0.24 0.52 0 0.32
HSL 272º 0.35% 0.5% -
HSV(B) 272º 0.52% 0.68% -
XYZ 20 14.03 41.19 -
YUV 107.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 131 83 173 0.24 0.52 0 0.32 272 0.35 0.5
Hex 83 53 AD 18 34 0 20 110 23 32
Octal 203 123 255 30 64 0 40 420 43 62
Binary 10000011 1010011 10101101 11000 110100 0 100000 100010000 100011 110010

Color Harmonies of #8353AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353AD

Black with #8353AD

Text Example


Text Example

White with #8353AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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