Html Css Color HEX #844EB1 Studio

📋 copy color: '#844EB1'

red 132 ◦ green 78 ◦ blue 177

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

Shades of Studio #844EB1

Tints of Studio #844EB1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.16%

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

R = 34.11%
G = 20.16%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#844EB1 (or 0x844EB1) is known color: Studio. HEX triplet: 84, 4E and B1. RGB value is (132,78,177). Sum of RGB (Red+Green+Blue) = 132+78+177=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #844EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EB1 is #7BB14E. Grayscale: #696969. Windows color (decimal): -8106319 or 11619972. OLE color: 11619972.

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

Color convert

RGB 132 78 177 -
CMYK 0.25 0.56 0 0.31
HSL 272.73º 0.39% 0.5% -
HSV(B) 272.73º 0.56% 0.69% -
XYZ 20.18 13.53 43.14 -
YUV 105.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 132 78 177 0.25 0.56 0 0.31 272.73 0.39 0.5
Hex 84 4E B1 19 38 0 1F 111 27 32
Octal 204 116 261 31 70 0 37 421 47 62
Binary 10000100 1001110 10110001 11001 111000 0 11111 100010001 100111 110010

Color Harmonies of #844EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844EB1

Black with #844EB1

Text Example


Text Example

White with #844EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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