Html Css Color HEX #8352AB Studio

📋 copy color: '#8352AB'

red 131 ◦ green 82 ◦ blue 171

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

Shades of Studio #8352AB

Tints of Studio #8352AB

RGB

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

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

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

R = 34.11%
G = 21.35%
B = 44.53%

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

#8352AB (or 0x8352AB) is known color: Studio. HEX triplet: 83, 52 and AB. RGB value is (131,82,171). Sum of RGB (Red+Green+Blue) = 131+82+171=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #8352AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AB is #7CAD54. Grayscale: #6A6A6A. Windows color (decimal): -8170837 or 11227779. OLE color: 11227779.

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

Color convert

RGB 131 82 171 -
CMYK 0.23 0.52 0 0.33
HSL 273.03º 0.35% 0.5% -
HSV(B) 273.03º 0.52% 0.67% -
XYZ 19.73 13.8 40.15 -
YUV 106.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 131 82 171 0.23 0.52 0 0.33 273.03 0.35 0.5
Hex 83 52 AB 17 34 0 21 111 23 32
Octal 203 122 253 27 64 0 41 421 43 62
Binary 10000011 1010010 10101011 10111 110100 0 100001 100010001 100011 110010

Color Harmonies of #8352AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352AB

Black with #8352AB

Text Example


Text Example

White with #8352AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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