#8443B0

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

Shades of Studio #8443B0

Tints of Studio #8443B0

Color information

#8443B0 (or 0x8443B0) is unknown color: approx Studio. HEX triplet: 84, 43 and B0. RGB value is (132,67,176). Sum of RGB (Red+Green+Blue) = 132+67+176=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #8443B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8443B0 is #7BBC4F. Grayscale: #626262. Windows color (decimal): -8109136 or 11551620. OLE color: 11551620.

HSL color Cylindrical-coordinate representation of color #8443B0: hue angle of 275.78º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8443B0 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13267176-
CMYK0.250.6200.31
HSL275.78º44.86%47.65%-
HSV(B)275.78º61.93%69.02%-
XYZ19.3612.0542.38-
YUV98.86171.53151.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=35.2%
G=17.87%
B=46.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132671760.250.6200.31275.7844.8647.65
Hex8443B0193E01F1142d30
Octal20410326031760374245560
Binary1000010010000111011000011001111110011111100010100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8443B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8443B0; }

 p { color: rgb(132,67,176); }

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

<style>
 a { background-color: #8443B0; }

 a { background-color: rgb(132,67,176); }

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

<style>
 span { border-color: #8443B0; }

 span { border-color: rgb(132,67,176); }

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