Html Css Color HEX #844BAE Studio

📋 copy color: '#844BAE'

red 132 ◦ green 75 ◦ blue 174

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

Shades of Studio #844BAE

Tints of Studio #844BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 34.65%
G = 19.69%
B = 45.67%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#844BAE (or 0x844BAE) is known color: Studio. HEX triplet: 84, 4B and AE. RGB value is (132,75,174). Sum of RGB (Red+Green+Blue) = 132+75+174=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #844BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BAE is #7BB451. Grayscale: #666666. Windows color (decimal): -8107090 or 11422596. OLE color: 11422596.

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

Color convert

RGB 132 75 174 -
CMYK 0.24 0.57 0 0.32
HSL 274.55º 0.4% 0.49% -
HSV(B) 274.55º 0.57% 0.68% -
XYZ 19.67 12.99 41.52 -
YUV 103.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 132 75 174 0.24 0.57 0 0.32 274.55 0.4 0.49
Hex 84 4B AE 18 39 0 20 113 28 31
Octal 204 113 256 30 71 0 40 423 50 61
Binary 10000100 1001011 10101110 11000 111001 0 100000 100010011 101000 110001

Color Harmonies of #844BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BAE

Black with #844BAE

Text Example


Text Example

White with #844BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,75,174); }

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

background-color css

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

 a { background-color: rgb(132,75,174); }

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

border-color css

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

 span { border-color: rgb(132,75,174); }

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