#844B9F

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

Shades of Studio #844B9F

Tints of Studio #844B9F

Color information

#844B9F (or 0x844B9F) is unknown color: approx Studio. HEX triplet: 84, 4B and 9F. RGB value is (132,75,159). Sum of RGB (Red+Green+Blue) = 132+75+159=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #844B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B9F is #7BB460. Grayscale: #656565. Windows color (decimal): -8107105 or 10439556. OLE color: 10439556.

HSL color Cylindrical-coordinate representation of color #844B9F: hue angle of 280.71º 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 #844B9F is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13275159-
CMYK0.170.5300.38
HSL280.71º35.9%45.88%-
HSV(B)280.71º52.83%62.35%-
XYZ18.2912.4434.24-
YUV101.62160.38149.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=36.07%
G=20.49%
B=43.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132751590.170.5300.38280.7135.945.88
Hex844B9F1135026119242e
Octal20411323721650464314456
Binary10000100100101110011111100011101010100110100011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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