Html Css Color HEX #8453AD Studio

📋 copy color: '#8453AD'

red 132 ◦ green 83 ◦ blue 173

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

Shades of Studio #8453AD

Tints of Studio #8453AD

RGB

 RED value IS 132 (51.95% from 255) = 34.02%

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

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

R = 34.02%
G = 21.39%
B = 44.59%

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

#8453AD (or 0x8453AD) is known color: Studio. HEX triplet: 84, 53 and AD. RGB value is (132,83,173). Sum of RGB (Red+Green+Blue) = 132+83+173=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #8453AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AD is #7BAC52. Grayscale: #6B6B6B. Windows color (decimal): -8105043 or 11359108. OLE color: 11359108.

HSL color Cylindrical-coordinate representation of color #8453AD: hue angle of 272.67º 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 #8453AD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 83 173 -
CMYK 0.24 0.52 0 0.32
HSL 272.67º 0.35% 0.5% -
HSV(B) 272.67º 0.52% 0.68% -
XYZ 20.15 14.11 41.2 -
YUV 107.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 132 83 173 0.24 0.52 0 0.32 272.67 0.35 0.5
Hex 84 53 AD 18 34 0 20 111 23 32
Octal 204 123 255 30 64 0 40 421 43 62
Binary 10000100 1010011 10101101 11000 110100 0 100000 100010001 100011 110010

Color Harmonies of #8453AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453AD

Black with #8453AD

Text Example


Text Example

White with #8453AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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