#8245B4

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

Shades of Studio #8245B4

Tints of Studio #8245B4

Color information

#8245B4 (or 0x8245B4) is unknown color: approx Studio. HEX triplet: 82, 45 and B4. RGB value is (130,69,180). Sum of RGB (Red+Green+Blue) = 130+69+180=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #8245B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245B4 is #7DBA4B. Grayscale: #636363. Windows color (decimal): -8239692 or 11814274. OLE color: 11814274.

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

Color convert

RGB13069180-
CMYK0.280.6200.29
HSL272.97º44.58%48.82%-
HSV(B)272.97º61.67%70.59%-
XYZ19.5712.344.52-
YUV99.89173.21149.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=34.30%
G=18.21%
B=47.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130691800.280.6200.29272.9744.5848.82
Hex8245B41C3E01D1112d31
Octal20210526434760354215561
Binary1000001010001011011010011100111110011101100010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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