#8243AB

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

Shades of Studio #8243AB

Tints of Studio #8243AB

Color information

#8243AB (or 0x8243AB) is unknown color: approx Studio. HEX triplet: 82, 43 and AB. RGB value is (130,67,171). Sum of RGB (Red+Green+Blue) = 130+67+171=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8243AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8243AB is #7DBC54. Grayscale: #616161. Windows color (decimal): -8240213 or 11223938. OLE color: 11223938.

HSL color Cylindrical-coordinate representation of color #8243AB: hue angle of 276.35º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8243AB is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13067171-
CMYK0.240.6100.33
HSL276.35º43.7%46.67%-
HSV(B)276.35º60.82%67.06%-
XYZ18.5611.739.81-
YUV97.69169.37151.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=35.33%
G=18.21%
B=46.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130671710.240.6100.33276.3543.746.67
Hex8243AB183D0211142c2f
Octal20210325330750414245457
Binary10000010100001110101011110001111010100001100010100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8243AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8243AB; }

 p { color: rgb(130,67,171); }

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

<style>
 a { background-color: #8243AB; }

 a { background-color: rgb(130,67,171); }

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

<style>
 span { border-color: #8243AB; }

 span { border-color: rgb(130,67,171); }

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