#8245B8

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

Shades of Studio #8245B8

Tints of Studio #8245B8

Color information

#8245B8 (or 0x8245B8) is unknown color: approx Studio. HEX triplet: 82, 45 and B8. RGB value is (130,69,184). Sum of RGB (Red+Green+Blue) = 130+69+184=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #8245B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245B8 is #7DBA47. Grayscale: #636363. Windows color (decimal): -8239688 or 12076418. OLE color: 12076418.

HSL color Cylindrical-coordinate representation of color #8245B8: hue angle of 271.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8245B8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13069184-
CMYK0.290.6200.28
HSL271.83º45.45%49.61%-
HSV(B)271.83º62.5%72.16%-
XYZ19.9912.4646.7-
YUV100.35175.21149.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=33.94%
G=18.02%
B=48.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130691840.290.6200.28271.8345.4549.61
Hex8245B81D3E01C1102d32
Octal20210527035760344205562
Binary1000001010001011011100011101111110011100100010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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