Html Css Color HEX #8247AC Studio

📋 copy color: '#8247AC'

red 130 ◦ green 71 ◦ blue 172

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

Shades of Studio #8247AC

Tints of Studio #8247AC

RGB

 RED value IS 130 (51.17% from 255) = 34.85%

 GREEN value IS 71 (28.13% from 255) = 19.03%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 34.85%
G = 19.03%
B = 46.11%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8247AC (or 0x8247AC) is known color: Studio. HEX triplet: 82, 47 and AC. RGB value is (130,71,172). Sum of RGB (Red+Green+Blue) = 130+71+172=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8247AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AC is #7DB853. Grayscale: #636363. Windows color (decimal): -8239188 or 11290498. OLE color: 11290498.

HSL color Cylindrical-coordinate representation of color #8247AC: hue angle of 275.05º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8247AC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 71 172 -
CMYK 0.24 0.59 0 0.33
HSL 275.05º 0.42% 0.48% -
HSV(B) 275.05º 0.59% 0.67% -
XYZ 18.91 12.23 40.39 -
YUV 100.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 130 71 172 0.24 0.59 0 0.33 275.05 0.42 0.48
Hex 82 47 AC 18 3B 0 21 113 2A 30
Octal 202 107 254 30 73 0 41 423 52 60
Binary 10000010 1000111 10101100 11000 111011 0 100001 100010011 101010 110000

Color Harmonies of #8247AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247AC

Black with #8247AC

Text Example


Text Example

White with #8247AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8247AC; }

 p { color: rgb(130,71,172); }

 H1.HeaderClassName
 {
   color: #8247AC;
 }
 .AnyTagClassName
 {
   color: #8247AC;
 }
</style>

background-color css

<style>
 a { background-color: #8247AC; }

 a { background-color: rgb(130,71,172); }

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

border-color css

<style>
 span { border-color: #8247AC; }

 span { border-color: rgb(130,71,172); }

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