Html Css Color HEX #824FAC Studio

📋 copy color: '#824FAC'

red 130 ◦ green 79 ◦ blue 172

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

Shades of Studio #824FAC

Tints of Studio #824FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 34.12%
G = 20.73%
B = 45.14%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824FAC (or 0x824FAC) is known color: Studio. HEX triplet: 82, 4F and AC. RGB value is (130,79,172). Sum of RGB (Red+Green+Blue) = 130+79+172=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #824FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAC is #7DB053. Grayscale: #686868. Windows color (decimal): -8237140 or 11292546. OLE color: 11292546.

HSL color Cylindrical-coordinate representation of color #824FAC: hue angle of 272.9º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824FAC is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 79 172 -
CMYK 0.24 0.54 0 0.33
HSL 272.9º 0.37% 0.49% -
HSV(B) 272.9º 0.54% 0.67% -
XYZ 19.45 13.32 40.58 -
YUV 104.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 130 79 172 0.24 0.54 0 0.33 272.9 0.37 0.49
Hex 82 4F AC 18 36 0 21 111 25 31
Octal 202 117 254 30 66 0 41 421 45 61
Binary 10000010 1001111 10101100 11000 110110 0 100001 100010001 100101 110001

Color Harmonies of #824FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FAC

Black with #824FAC

Text Example


Text Example

White with #824FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824FAC; }

 p { color: rgb(130,79,172); }

 H1.HeaderClassName
 {
   color: #824FAC;
 }
 .AnyTagClassName
 {
   color: #824FAC;
 }
</style>

background-color css

<style>
 a { background-color: #824FAC; }

 a { background-color: rgb(130,79,172); }

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

border-color css

<style>
 span { border-color: #824FAC; }

 span { border-color: rgb(130,79,172); }

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