Html Css Color HEX #8247AA Studio

📋 copy color: '#8247AA'

red 130 ◦ green 71 ◦ blue 170

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

Shades of Studio #8247AA

Tints of Studio #8247AA

RGB

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

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

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

R = 35.04%
G = 19.14%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8247AA (or 0x8247AA) is known color: Studio. HEX triplet: 82, 47 and AA. RGB value is (130,71,170). Sum of RGB (Red+Green+Blue) = 130+71+170=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8247AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AA is #7DB855. Grayscale: #636363. Windows color (decimal): -8239190 or 11159426. OLE color: 11159426.

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

Color convert

RGB 130 71 170 -
CMYK 0.24 0.58 0 0.33
HSL 275.76º 0.41% 0.47% -
HSV(B) 275.76º 0.58% 0.67% -
XYZ 18.71 12.15 39.39 -
YUV 99.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 130 71 170 0.24 0.58 0 0.33 275.76 0.41 0.47
Hex 82 47 AA 18 3A 0 21 114 29 2F
Octal 202 107 252 30 72 0 41 424 51 57
Binary 10000010 1000111 10101010 11000 111010 0 100001 100010100 101001 101111

Color Harmonies of #8247AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247AA

Black with #8247AA

Text Example


Text Example

White with #8247AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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