#8245BA

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

Shades of Studio #8245BA

Tints of Studio #8245BA

Color information

#8245BA (or 0x8245BA) is unknown color: approx Studio. HEX triplet: 82, 45 and BA. RGB value is (130,69,186). Sum of RGB (Red+Green+Blue) = 130+69+186=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #8245BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245BA is #7DBA45. Grayscale: #646464. Windows color (decimal): -8239686 or 12207490. OLE color: 12207490.

HSL color Cylindrical-coordinate representation of color #8245BA: hue angle of 271.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8245BA is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13069186-
CMYK0.300.6300.27
HSL271.28º45.88%50%-
HSV(B)271.28º62.9%72.94%-
XYZ20.212.5547.81-
YUV100.58176.21148.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=33.77%
G=17.92%
B=48.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130691860.300.6300.27271.2845.8850
Hex8245BA1E3F01B10f2e32
Octal20210527236770334175662
Binary1000001010001011011101011110111111011011100001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8245BA; }

 p { color: rgb(130,69,186); }

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

<style>
 a { background-color: #8245BA; }

 a { background-color: rgb(130,69,186); }

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

<style>
 span { border-color: #8245BA; }

 span { border-color: rgb(130,69,186); }

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