Html Css Color HEX #824FAD Studio

📋 copy color: '#824FAD'

red 130 ◦ green 79 ◦ blue 173

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

Shades of Studio #824FAD

Tints of Studio #824FAD

RGB

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

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

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

R = 34.03%
G = 20.68%
B = 45.29%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#824FAD (or 0x824FAD) is known color: Studio. HEX triplet: 82, 4F and AD. RGB value is (130,79,173). Sum of RGB (Red+Green+Blue) = 130+79+173=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #824FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAD is #7DB052. Grayscale: #686868. Windows color (decimal): -8237139 or 11358082. OLE color: 11358082.

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

Color convert

RGB 130 79 173 -
CMYK 0.25 0.54 0 0.32
HSL 272.55º 0.37% 0.49% -
HSV(B) 272.55º 0.54% 0.68% -
XYZ 19.54 13.35 41.08 -
YUV 104.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 130 79 173 0.25 0.54 0 0.32 272.55 0.37 0.49
Hex 82 4F AD 19 36 0 20 111 25 31
Octal 202 117 255 31 66 0 40 421 45 61
Binary 10000010 1001111 10101101 11001 110110 0 100000 100010001 100101 110001

Color Harmonies of #824FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FAD

Black with #824FAD

Text Example


Text Example

White with #824FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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