#8448B3

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

Shades of Studio #8448B3

Tints of Studio #8448B3

Color information

#8448B3 (or 0x8448B3) is unknown color: approx Studio. HEX triplet: 84, 48 and B3. RGB value is (132,72,179). Sum of RGB (Red+Green+Blue) = 132+72+179=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #8448B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448B3 is #7BB74C. Grayscale: #656565. Windows color (decimal): -8107853 or 11749508. OLE color: 11749508.

HSL color Cylindrical-coordinate representation of color #8448B3: hue angle of 273.64º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8448B3 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13272179-
CMYK0.260.6000.30
HSL273.64º42.63%49.22%-
HSV(B)273.64º59.78%70.2%-
XYZ19.9712.7944.06-
YUV102.14171.38149.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 179 (70.31% from 255) = 46.74%
R=34.46%
G=18.80%
B=46.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132721790.260.6000.30273.6442.6349.22
Hex8448B31A3C01E1122b31
Octal20411026332740364225361
Binary1000010010010001011001111010111100011110100010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8448B3; }

 p { color: rgb(132,72,179); }

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

<style>
 a { background-color: #8448B3; }

 a { background-color: rgb(132,72,179); }

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

<style>
 span { border-color: #8448B3; }

 span { border-color: rgb(132,72,179); }

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