Html Css Color HEX #844DAD Studio

📋 copy color: '#844DAD'

red 132 ◦ green 77 ◦ blue 173

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

Shades of Studio #844DAD

Tints of Studio #844DAD

RGB

 RED value IS 132 (51.95% from 255) = 34.55%

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

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

R = 34.55%
G = 20.16%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#844DAD (or 0x844DAD) is known color: Studio. HEX triplet: 84, 4D and AD. RGB value is (132,77,173). Sum of RGB (Red+Green+Blue) = 132+77+173=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 77 (30.47% from 255 or 20.16% 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 #844DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DAD is #7BB252. Grayscale: #686868. Windows color (decimal): -8106579 or 11357572. OLE color: 11357572.

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

Color convert

RGB 132 77 173 -
CMYK 0.24 0.55 0 0.32
HSL 274.38º 0.38% 0.49% -
HSV(B) 274.38º 0.55% 0.68% -
XYZ 19.71 13.23 41.05 -
YUV 104.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 132 77 173 0.24 0.55 0 0.32 274.38 0.38 0.49
Hex 84 4D AD 18 37 0 20 112 26 31
Octal 204 115 255 30 67 0 40 422 46 61
Binary 10000100 1001101 10101101 11000 110111 0 100000 100010010 100110 110001

Color Harmonies of #844DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DAD

Black with #844DAD

Text Example


Text Example

White with #844DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844DAD; }

 p { color: rgb(132,77,173); }

 H1.HeaderClassName
 {
   color: #844DAD;
 }
 .AnyTagClassName
 {
   color: #844DAD;
 }
</style>

background-color css

<style>
 a { background-color: #844DAD; }

 a { background-color: rgb(132,77,173); }

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

border-color css

<style>
 span { border-color: #844DAD; }

 span { border-color: rgb(132,77,173); }

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