Html Css Color HEX #8453AF Studio

📋 copy color: '#8453AF'

red 132 ◦ green 83 ◦ blue 175

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

Shades of Studio #8453AF

Tints of Studio #8453AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 33.85%
G = 21.28%
B = 44.87%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8453AF (or 0x8453AF) is known color: Studio. HEX triplet: 84, 53 and AF. RGB value is (132,83,175). Sum of RGB (Red+Green+Blue) = 132+83+175=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8453AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AF is #7BAC50. Grayscale: #6B6B6B. Windows color (decimal): -8105041 or 11490180. OLE color: 11490180.

HSL color Cylindrical-coordinate representation of color #8453AF: hue angle of 271.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8453AF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 83 175 -
CMYK 0.25 0.53 0 0.31
HSL 271.96º 0.37% 0.51% -
HSV(B) 271.96º 0.53% 0.69% -
XYZ 20.35 14.19 42.22 -
YUV 108.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 132 83 175 0.25 0.53 0 0.31 271.96 0.37 0.51
Hex 84 53 AF 19 35 0 1F 110 25 33
Octal 204 123 257 31 65 0 37 420 45 63
Binary 10000100 1010011 10101111 11001 110101 0 11111 100010000 100101 110011

Color Harmonies of #8453AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453AF

Black with #8453AF

Text Example


Text Example

White with #8453AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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