Html Css Color HEX #844EAF Studio

📋 copy color: '#844EAF'

red 132 ◦ green 78 ◦ blue 175

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

Shades of Studio #844EAF

Tints of Studio #844EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 34.29%
G = 20.26%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#844EAF (or 0x844EAF) is known color: Studio. HEX triplet: 84, 4E and AF. RGB value is (132,78,175). Sum of RGB (Red+Green+Blue) = 132+78+175=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #844EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EAF is #7BB150. Grayscale: #686868. Windows color (decimal): -8106321 or 11488900. OLE color: 11488900.

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

Color convert

RGB 132 78 175 -
CMYK 0.25 0.55 0 0.31
HSL 273.4º 0.38% 0.5% -
HSV(B) 273.4º 0.55% 0.69% -
XYZ 19.98 13.45 42.1 -
YUV 105.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 132 78 175 0.25 0.55 0 0.31 273.4 0.38 0.5
Hex 84 4E AF 19 37 0 1F 111 26 32
Octal 204 116 257 31 67 0 37 421 46 62
Binary 10000100 1001110 10101111 11001 110111 0 11111 100010001 100110 110010

Color Harmonies of #844EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844EAF

Black with #844EAF

Text Example


Text Example

White with #844EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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