Html Css Color HEX #844CAD Studio

📋 copy color: '#844CAD'

red 132 ◦ green 76 ◦ blue 173

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

Shades of Studio #844CAD

Tints of Studio #844CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 34.65%
G = 19.95%
B = 45.41%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#844CAD (or 0x844CAD) is known color: Studio. HEX triplet: 84, 4C and AD. RGB value is (132,76,173). Sum of RGB (Red+Green+Blue) = 132+76+173=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #844CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CAD is #7BB352. Grayscale: #676767. Windows color (decimal): -8106835 or 11357316. OLE color: 11357316.

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

Color convert

RGB 132 76 173 -
CMYK 0.24 0.56 0 0.32
HSL 274.64º 0.39% 0.49% -
HSV(B) 274.64º 0.56% 0.68% -
XYZ 19.64 13.09 41.03 -
YUV 103.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 132 76 173 0.24 0.56 0 0.32 274.64 0.39 0.49
Hex 84 4C AD 18 38 0 20 113 27 31
Octal 204 114 255 30 70 0 40 423 47 61
Binary 10000100 1001100 10101101 11000 111000 0 100000 100010011 100111 110001

Color Harmonies of #844CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CAD

Black with #844CAD

Text Example


Text Example

White with #844CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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