Html Css Color HEX #8249AE Studio

📋 copy color: '#8249AE'

red 130 ◦ green 73 ◦ blue 174

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

Shades of Studio #8249AE

Tints of Studio #8249AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 34.48%
G = 19.36%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8249AE (or 0x8249AE) is known color: Studio. HEX triplet: 82, 49 and AE. RGB value is (130,73,174). Sum of RGB (Red+Green+Blue) = 130+73+174=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #8249AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249AE is #7DB651. Grayscale: #656565. Windows color (decimal): -8238674 or 11422082. OLE color: 11422082.

HSL color Cylindrical-coordinate representation of color #8249AE: hue angle of 273.86º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8249AE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 73 174 -
CMYK 0.25 0.58 0 0.32
HSL 273.86º 0.41% 0.48% -
HSV(B) 273.86º 0.58% 0.68% -
XYZ 19.23 12.57 41.46 -
YUV 101.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 130 73 174 0.25 0.58 0 0.32 273.86 0.41 0.48
Hex 82 49 AE 19 3A 0 20 112 29 30
Octal 202 111 256 31 72 0 40 422 51 60
Binary 10000010 1001001 10101110 11001 111010 0 100000 100010010 101001 110000

Color Harmonies of #8249AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8249AE

Black with #8249AE

Text Example


Text Example

White with #8249AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8249AE; }

 p { color: rgb(130,73,174); }

 H1.HeaderClassName
 {
   color: #8249AE;
 }
 .AnyTagClassName
 {
   color: #8249AE;
 }
</style>

background-color css

<style>
 a { background-color: #8249AE; }

 a { background-color: rgb(130,73,174); }

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

border-color css

<style>
 span { border-color: #8249AE; }

 span { border-color: rgb(130,73,174); }

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