Html Css Color HEX #844FAE Studio

📋 copy color: '#844FAE'

red 132 ◦ green 79 ◦ blue 174

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

Shades of Studio #844FAE

Tints of Studio #844FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 34.29%
G = 20.52%
B = 45.19%

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

#844FAE (or 0x844FAE) is known color: Studio. HEX triplet: 84, 4F and AE. RGB value is (132,79,174). Sum of RGB (Red+Green+Blue) = 132+79+174=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #844FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844FAE is #7BB051. Grayscale: #696969. Windows color (decimal): -8106066 or 11423620. OLE color: 11423620.

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

Color convert

RGB 132 79 174 -
CMYK 0.24 0.55 0 0.32
HSL 273.47º 0.38% 0.5% -
HSV(B) 273.47º 0.55% 0.68% -
XYZ 19.95 13.55 41.61 -
YUV 105.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 132 79 174 0.24 0.55 0 0.32 273.47 0.38 0.5
Hex 84 4F AE 18 37 0 20 111 26 32
Octal 204 117 256 30 67 0 40 421 46 62
Binary 10000100 1001111 10101110 11000 110111 0 100000 100010001 100110 110010

Color Harmonies of #844FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FAE

Black with #844FAE

Text Example


Text Example

White with #844FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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