Html Css Color HEX #8453AE Studio

📋 copy color: '#8453AE'

red 132 ◦ green 83 ◦ blue 174

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

Shades of Studio #8453AE

Tints of Studio #8453AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 33.93%
G = 21.34%
B = 44.73%

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

#8453AE (or 0x8453AE) is known color: Studio. HEX triplet: 84, 53 and AE. RGB value is (132,83,174). Sum of RGB (Red+Green+Blue) = 132+83+174=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8453AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AE is #7BAC51. Grayscale: #6B6B6B. Windows color (decimal): -8105042 or 11424644. OLE color: 11424644.

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

Color convert

RGB 132 83 174 -
CMYK 0.24 0.52 0 0.32
HSL 272.31º 0.36% 0.5% -
HSV(B) 272.31º 0.52% 0.68% -
XYZ 20.25 14.15 41.71 -
YUV 108.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 132 83 174 0.24 0.52 0 0.32 272.31 0.36 0.5
Hex 84 53 AE 18 34 0 20 110 24 32
Octal 204 123 256 30 64 0 40 420 44 62
Binary 10000100 1010011 10101110 11000 110100 0 100000 100010000 100100 110010

Color Harmonies of #8453AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453AE

Black with #8453AE

Text Example


Text Example

White with #8453AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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