Html Css Color HEX #844CAB Studio

📋 copy color: '#844CAB'

red 132 ◦ green 76 ◦ blue 171

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

Shades of Studio #844CAB

Tints of Studio #844CAB

RGB

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

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

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

R = 34.83%
G = 20.05%
B = 45.12%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#844CAB (or 0x844CAB) is known color: Studio. HEX triplet: 84, 4C and AB. RGB value is (132,76,171). Sum of RGB (Red+Green+Blue) = 132+76+171=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #844CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CAB is #7BB354. Grayscale: #676767. Windows color (decimal): -8106837 or 11226244. OLE color: 11226244.

HSL color Cylindrical-coordinate representation of color #844CAB: hue angle of 275.37º degrees, saturation: 0.38, 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 #844CAB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 76 171 -
CMYK 0.23 0.56 0 0.33
HSL 275.37º 0.38% 0.48% -
HSV(B) 275.37º 0.56% 0.67% -
XYZ 19.45 13.01 40.02 -
YUV 103.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 132 76 171 0.23 0.56 0 0.33 275.37 0.38 0.48
Hex 84 4C AB 17 38 0 21 113 26 30
Octal 204 114 253 27 70 0 41 423 46 60
Binary 10000100 1001100 10101011 10111 111000 0 100001 100010011 100110 110000

Color Harmonies of #844CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CAB

Black with #844CAB

Text Example


Text Example

White with #844CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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