Html Css Color HEX #844AAA Studio

📋 copy color: '#844AAA'

red 132 ◦ green 74 ◦ blue 170

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

Shades of Studio #844AAA

Tints of Studio #844AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 35.11%
G = 19.68%
B = 45.21%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#844AAA (or 0x844AAA) is known color: Studio. HEX triplet: 84, 4A and AA. RGB value is (132,74,170). Sum of RGB (Red+Green+Blue) = 132+74+170=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #844AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AAA is #7BB555. Grayscale: #656565. Windows color (decimal): -8107350 or 11160196. OLE color: 11160196.

HSL color Cylindrical-coordinate representation of color #844AAA: hue angle of 276.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844AAA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 74 170 -
CMYK 0.22 0.56 0 0.33
HSL 276.25º 0.39% 0.48% -
HSV(B) 276.25º 0.56% 0.67% -
XYZ 19.22 12.71 39.47 -
YUV 102.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 132 74 170 0.22 0.56 0 0.33 276.25 0.39 0.48
Hex 84 4A AA 16 38 0 21 114 27 30
Octal 204 112 252 26 70 0 41 424 47 60
Binary 10000100 1001010 10101010 10110 111000 0 100001 100010100 100111 110000

Color Harmonies of #844AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AAA

Black with #844AAA

Text Example


Text Example

White with #844AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,170); }

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

background-color css

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

 a { background-color: rgb(132,74,170); }

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

border-color css

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

 span { border-color: rgb(132,74,170); }

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