Html Css Color HEX #8453AB Studio

📋 copy color: '#8453AB'

red 132 ◦ green 83 ◦ blue 171

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

Shades of Studio #8453AB

Tints of Studio #8453AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 34.2%
G = 21.5%
B = 44.3%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8453AB (or 0x8453AB) is known color: Studio. HEX triplet: 84, 53 and AB. RGB value is (132,83,171). Sum of RGB (Red+Green+Blue) = 132+83+171=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #8453AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AB is #7BAC54. Grayscale: #6B6B6B. Windows color (decimal): -8105045 or 11228036. OLE color: 11228036.

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

Color convert

RGB 132 83 171 -
CMYK 0.23 0.51 0 0.33
HSL 273.41º 0.35% 0.5% -
HSV(B) 273.41º 0.51% 0.67% -
XYZ 19.96 14.03 40.18 -
YUV 107.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 132 83 171 0.23 0.51 0 0.33 273.41 0.35 0.5
Hex 84 53 AB 17 33 0 21 111 23 32
Octal 204 123 253 27 63 0 41 421 43 62
Binary 10000100 1010011 10101011 10111 110011 0 100001 100010001 100011 110010

Color Harmonies of #8453AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453AB

Black with #8453AB

Text Example


Text Example

White with #8453AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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