Html Css Color HEX #8244AA Studio

📋 copy color: '#8244AA'

red 130 ◦ green 68 ◦ blue 170

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

Shades of Studio #8244AA

Tints of Studio #8244AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 35.33%
G = 18.48%
B = 46.2%

CMYK

 C value IS 0.24

 M value IS 0.6

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8244AA (or 0x8244AA) is known color: Studio. HEX triplet: 82, 44 and AA. RGB value is (130,68,170). Sum of RGB (Red+Green+Blue) = 130+68+170=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #8244AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8244AA is #7DBB55. Grayscale: #616161. Windows color (decimal): -8239958 or 11158658. OLE color: 11158658.

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

Color convert

RGB 130 68 170 -
CMYK 0.24 0.6 0 0.33
HSL 276.47º 0.43% 0.47% -
HSV(B) 276.47º 0.6% 0.67% -
XYZ 18.53 11.78 39.33 -
YUV 98.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 130 68 170 0.24 0.6 0 0.33 276.47 0.43 0.47
Hex 82 44 AA 18 3C 0 21 114 2B 2F
Octal 202 104 252 30 74 0 41 424 53 57
Binary 10000010 1000100 10101010 11000 111100 0 100001 100010100 101011 101111

Color Harmonies of #8244AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8244AA

Black with #8244AA

Text Example


Text Example

White with #8244AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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