Html Css Color HEX #824DB6 Studio

📋 copy color: '#824DB6'

red 130 ◦ green 77 ◦ blue 182

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

Shades of Studio #824DB6

Tints of Studio #824DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 182 (71.48% from 255) = 46.79%

R = 33.42%
G = 19.79%
B = 46.79%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#824DB6 (or 0x824DB6) is known color: Studio. HEX triplet: 82, 4D and B6. RGB value is (130,77,182). Sum of RGB (Red+Green+Blue) = 130+77+182=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #824DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DB6 is #7DB249. Grayscale: #686868. Windows color (decimal): -8237642 or 11947394. OLE color: 11947394.

HSL color Cylindrical-coordinate representation of color #824DB6: hue angle of 270.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824DB6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 77 182 -
CMYK 0.29 0.58 0 0.29
HSL 270.29º 0.42% 0.51% -
HSV(B) 270.29º 0.58% 0.71% -
XYZ 20.3 13.43 45.78 -
YUV 104.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 130 77 182 0.29 0.58 0 0.29 270.29 0.42 0.51
Hex 82 4D B6 1D 3A 0 1D 10E 2A 33
Octal 202 115 266 35 72 0 35 416 52 63
Binary 10000010 1001101 10110110 11101 111010 0 11101 100001110 101010 110011

Color Harmonies of #824DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DB6

Black with #824DB6

Text Example


Text Example

White with #824DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,182); }

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

background-color css

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

 a { background-color: rgb(130,77,182); }

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

border-color css

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

 span { border-color: rgb(130,77,182); }

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