Html Css Color HEX #844FAB Studio

📋 copy color: '#844FAB'

red 132 ◦ green 79 ◦ blue 171

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

Shades of Studio #844FAB

Tints of Studio #844FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 34.55%
G = 20.68%
B = 44.76%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#844FAB (or 0x844FAB) is known color: Studio. HEX triplet: 84, 4F and AB. RGB value is (132,79,171). Sum of RGB (Red+Green+Blue) = 132+79+171=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #844FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844FAB is #7BB054. Grayscale: #696969. Windows color (decimal): -8106069 or 11227012. OLE color: 11227012.

HSL color Cylindrical-coordinate representation of color #844FAB: hue angle of 274.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844FAB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 79 171 -
CMYK 0.23 0.54 0 0.33
HSL 274.57º 0.37% 0.49% -
HSV(B) 274.57º 0.54% 0.67% -
XYZ 19.66 13.44 40.09 -
YUV 105.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 132 79 171 0.23 0.54 0 0.33 274.57 0.37 0.49
Hex 84 4F AB 17 36 0 21 113 25 31
Octal 204 117 253 27 66 0 41 423 45 61
Binary 10000100 1001111 10101011 10111 110110 0 100001 100010011 100101 110001

Color Harmonies of #844FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FAB

Black with #844FAB

Text Example


Text Example

White with #844FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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