Html Css Color HEX #8352AA Studio

📋 copy color: '#8352AA'

red 131 ◦ green 82 ◦ blue 170

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

Shades of Studio #8352AA

Tints of Studio #8352AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 34.2%
G = 21.41%
B = 44.39%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8352AA (or 0x8352AA) is known color: Studio. HEX triplet: 83, 52 and AA. RGB value is (131,82,170). Sum of RGB (Red+Green+Blue) = 131+82+170=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8352AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AA is #7CAD55. Grayscale: #6A6A6A. Windows color (decimal): -8170838 or 11162243. OLE color: 11162243.

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

Color convert

RGB 131 82 170 -
CMYK 0.23 0.52 0 0.33
HSL 273.41º 0.35% 0.49% -
HSV(B) 273.41º 0.52% 0.67% -
XYZ 19.63 13.76 39.65 -
YUV 106.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 131 82 170 0.23 0.52 0 0.33 273.41 0.35 0.49
Hex 83 52 AA 17 34 0 21 111 23 31
Octal 203 122 252 27 64 0 41 421 43 61
Binary 10000011 1010010 10101010 10111 110100 0 100001 100010001 100011 110001

Color Harmonies of #8352AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352AA

Black with #8352AA

Text Example


Text Example

White with #8352AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8352AA; }

 p { color: rgb(131,82,170); }

 H1.HeaderClassName
 {
   color: #8352AA;
 }
 .AnyTagClassName
 {
   color: #8352AA;
 }
</style>

background-color css

<style>
 a { background-color: #8352AA; }

 a { background-color: rgb(131,82,170); }

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

border-color css

<style>
 span { border-color: #8352AA; }

 span { border-color: rgb(131,82,170); }

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