Html Css Color HEX #8246AD Studio

📋 copy color: '#8246AD'

red 130 ◦ green 70 ◦ blue 173

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

Shades of Studio #8246AD

Tints of Studio #8246AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

 BLUE value IS 173 (67.97% from 255) = 46.38%

R = 34.85%
G = 18.77%
B = 46.38%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8246AD (or 0x8246AD) is known color: Studio. HEX triplet: 82, 46 and AD. RGB value is (130,70,173). Sum of RGB (Red+Green+Blue) = 130+70+173=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #8246AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8246AD is #7DB952. Grayscale: #636363. Windows color (decimal): -8239443 or 11355778. OLE color: 11355778.

HSL color Cylindrical-coordinate representation of color #8246AD: hue angle of 274.95º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8246AD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 70 173 -
CMYK 0.25 0.60 0 0.32
HSL 274.95º 0.42% 0.48% -
HSV(B) 274.95º 0.6% 0.68% -
XYZ 18.94 12.14 40.88 -
YUV 99.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 130 70 173 0.25 0.60 0 0.32 274.95 0.42 0.48
Hex 82 46 AD 19 3C 0 20 113 2A 30
Octal 202 106 255 31 74 0 40 423 52 60
Binary 10000010 1000110 10101101 11001 111100 0 100000 100010011 101010 110000

Color Harmonies of #8246AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8246AD

Black with #8246AD

Text Example


Text Example

White with #8246AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8246AD; }

 p { color: rgb(130,70,173); }

 H1.HeaderClassName
 {
   color: #8246AD;
 }
 .AnyTagClassName
 {
   color: #8246AD;
 }
</style>

background-color css

<style>
 a { background-color: #8246AD; }

 a { background-color: rgb(130,70,173); }

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

border-color css

<style>
 span { border-color: #8246AD; }

 span { border-color: rgb(130,70,173); }

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