Html Css Color HEX #844CB1 Studio

📋 copy color: '#844CB1'

red 132 ◦ green 76 ◦ blue 177

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

Shades of Studio #844CB1

Tints of Studio #844CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 34.29%
G = 19.74%
B = 45.97%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#844CB1 (or 0x844CB1) is known color: Studio. HEX triplet: 84, 4C and B1. RGB value is (132,76,177). Sum of RGB (Red+Green+Blue) = 132+76+177=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #844CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CB1 is #7BB34E. Grayscale: #676767. Windows color (decimal): -8106831 or 11619460. OLE color: 11619460.

HSL color Cylindrical-coordinate representation of color #844CB1: hue angle of 273.27º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844CB1 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 76 177 -
CMYK 0.25 0.57 0 0.31
HSL 273.27º 0.4% 0.5% -
HSV(B) 273.27º 0.57% 0.69% -
XYZ 20.04 13.25 43.1 -
YUV 104.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 132 76 177 0.25 0.57 0 0.31 273.27 0.4 0.5
Hex 84 4C B1 19 39 0 1F 111 28 32
Octal 204 114 261 31 71 0 37 421 50 62
Binary 10000100 1001100 10110001 11001 111001 0 11111 100010001 101000 110010

Color Harmonies of #844CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CB1

Black with #844CB1

Text Example


Text Example

White with #844CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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