#8440B2

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

Shades of Studio #8440B2

Tints of Studio #8440B2

Color information

#8440B2 (or 0x8440B2) is unknown color: approx Studio. HEX triplet: 84, 40 and B2. RGB value is (132,64,178). Sum of RGB (Red+Green+Blue) = 132+64+178=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #8440B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8440B2 is #7BBF4D. Grayscale: #606060. Windows color (decimal): -8109902 or 11681924. OLE color: 11681924.

HSL color Cylindrical-coordinate representation of color #8440B2: hue angle of 275.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8440B2 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13264178-
CMYK0.260.6400.30
HSL275.79º47.11%47.45%-
HSV(B)275.79º64.04%69.8%-
XYZ19.3811.7943.37-
YUV97.33173.53152.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=35.29%
G=17.11%
B=47.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132641780.260.6400.30275.7947.1147.45
Hex8440B21A4001E1142f2f
Octal204100262321000364245757
Binary10000100100000010110010110101000000011110100010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8440B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8440B2; }

 p { color: rgb(132,64,178); }

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

<style>
 a { background-color: #8440B2; }

 a { background-color: rgb(132,64,178); }

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

<style>
 span { border-color: #8440B2; }

 span { border-color: rgb(132,64,178); }

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