#844B9E

Color #844B9E Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #844B9E

Tints of Studio #844B9E

Color information

#844B9E (or 0x844B9E) is unknown color: approx Studio. HEX triplet: 84, 4B and 9E. RGB value is (132,75,158). Sum of RGB (Red+Green+Blue) = 132+75+158=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #844B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B9E is #7BB461. Grayscale: #656565. Windows color (decimal): -8107106 or 10374020. OLE color: 10374020.

HSL color Cylindrical-coordinate representation of color #844B9E: hue angle of 281.2º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #844B9E is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13275158-
CMYK0.160.5300.38
HSL281.2º35.62%45.69%-
HSV(B)281.2º52.53%61.96%-
XYZ18.212.4133.78-
YUV101.5159.88149.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=36.16%
G=20.55%
B=43.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132751580.160.5300.38281.235.6245.69
Hex844B9E1035026119242e
Octal20411323620650464314456
Binary10000100100101110011110100001101010100110100011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,158); }

 H1.HeaderClassName
 {
   color: #844B9E;
 }
 .AnyTagClassName
 {
   color: #844B9E;
 }
</style>
background-color css

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

 a { background-color: rgb(132,75,158); }

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

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

 span { border-color: rgb(132,75,158); }

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