#8259B4

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

Shades of Studio #8259B4

Tints of Studio #8259B4

Color information

#8259B4 (or 0x8259B4) is unknown color: approx Studio. HEX triplet: 82, 59 and B4. RGB value is (130,89,180). Sum of RGB (Red+Green+Blue) = 130+89+180=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #8259B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259B4 is #7DA64B. Grayscale: #6F6F6F. Windows color (decimal): -8234572 or 11819394. OLE color: 11819394.

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

Color convert

RGB13089180-
CMYK0.280.5100.29
HSL267.03º37.76%52.75%-
HSV(B)267.03º50.56%70.59%-
XYZ21.0215.1945-
YUV111.63166.58141.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=32.58%
G=22.31%
B=45.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130891800.280.5100.29267.0337.7652.75
Hex8259B41C3301D10b2635
Octal20213126434630354134665
Binary1000001010110011011010011100110011011101100001011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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