Html Css Color HEX #824DAB Studio

📋 copy color: '#824DAB'

red 130 ◦ green 77 ◦ blue 171

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

Shades of Studio #824DAB

Tints of Studio #824DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 34.39%
G = 20.37%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824DAB (or 0x824DAB) is known color: Studio. HEX triplet: 82, 4D and AB. RGB value is (130,77,171). Sum of RGB (Red+Green+Blue) = 130+77+171=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #824DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DAB is #7DB254. Grayscale: #676767. Windows color (decimal): -8237653 or 11226498. OLE color: 11226498.

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

Color convert

RGB 130 77 171 -
CMYK 0.24 0.55 0 0.33
HSL 273.83º 0.38% 0.49% -
HSV(B) 273.83º 0.55% 0.67% -
XYZ 19.21 12.99 40.02 -
YUV 103.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 130 77 171 0.24 0.55 0 0.33 273.83 0.38 0.49
Hex 82 4D AB 18 37 0 21 112 26 31
Octal 202 115 253 30 67 0 41 422 46 61
Binary 10000010 1001101 10101011 11000 110111 0 100001 100010010 100110 110001

Color Harmonies of #824DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DAB

Black with #824DAB

Text Example


Text Example

White with #824DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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