Html Css Color HEX #8247A2 Studio

📋 copy color: '#8247A2'

red 130 ◦ green 71 ◦ blue 162

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

Shades of Studio #8247A2

Tints of Studio #8247A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.63%

R = 35.81%
G = 19.56%
B = 44.63%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8247A2 (or 0x8247A2) is known color: Studio. HEX triplet: 82, 47 and A2. RGB value is (130,71,162). Sum of RGB (Red+Green+Blue) = 130+71+162=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 162 - color contains mainly: blue. Hex color #8247A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247A2 is #7DB85D. Grayscale: #626262. Windows color (decimal): -8239198 or 10635138. OLE color: 10635138.

HSL color Cylindrical-coordinate representation of color #8247A2: hue angle of 278.9º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8247A2 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 71 162 -
CMYK 0.20 0.56 0 0.36
HSL 278.9º 0.39% 0.46% -
HSV(B) 278.9º 0.56% 0.64% -
XYZ 17.98 11.86 35.52 -
YUV 99.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 130 71 162 0.20 0.56 0 0.36 278.9 0.39 0.46
Hex 82 47 A2 14 38 0 24 117 27 2E
Octal 202 107 242 24 70 0 44 427 47 56
Binary 10000010 1000111 10100010 10100 111000 0 100100 100010111 100111 101110

Color Harmonies of #8247A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247A2

Black with #8247A2

Text Example


Text Example

White with #8247A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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