Html Css Color HEX #8247AB Studio

📋 copy color: '#8247AB'

red 130 ◦ green 71 ◦ blue 171

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

Shades of Studio #8247AB

Tints of Studio #8247AB

RGB

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

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

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

R = 34.95%
G = 19.09%
B = 45.97%

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

#8247AB (or 0x8247AB) is known color: Studio. HEX triplet: 82, 47 and AB. RGB value is (130,71,171). Sum of RGB (Red+Green+Blue) = 130+71+171=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8247AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AB is #7DB854. Grayscale: #636363. Windows color (decimal): -8239189 or 11224962. OLE color: 11224962.

HSL color Cylindrical-coordinate representation of color #8247AB: hue angle of 275.4º 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 #8247AB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 71 171 -
CMYK 0.24 0.58 0 0.33
HSL 275.4º 0.41% 0.47% -
HSV(B) 275.4º 0.58% 0.67% -
XYZ 18.81 12.19 39.89 -
YUV 100.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 130 71 171 0.24 0.58 0 0.33 275.4 0.41 0.47
Hex 82 47 AB 18 3A 0 21 113 29 2F
Octal 202 107 253 30 72 0 41 423 51 57
Binary 10000010 1000111 10101011 11000 111010 0 100001 100010011 101001 101111

Color Harmonies of #8247AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247AB

Black with #8247AB

Text Example


Text Example

White with #8247AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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