#8251B7

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

Shades of Studio #8251B7

Tints of Studio #8251B7

Color information

#8251B7 (or 0x8251B7) is unknown color: approx Studio. HEX triplet: 82, 51 and B7. RGB value is (130,81,183). Sum of RGB (Red+Green+Blue) = 130+81+183=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #8251B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251B7 is #7DAE48. Grayscale: #6A6A6A. Windows color (decimal): -8236617 or 12013954. OLE color: 12013954.

HSL color Cylindrical-coordinate representation of color #8251B7: hue angle of 268.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8251B7 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13081183-
CMYK0.290.5600.28
HSL268.82º41.46%51.76%-
HSV(B)268.82º55.74%71.76%-
XYZ20.714.0546.42-
YUV107.28170.73144.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 183 (71.88% from 255) = 46.45%
R=32.99%
G=20.56%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130811830.290.5600.28268.8241.4651.76
Hex8251B71D3801C10d2934
Octal20212126735700344155164
Binary1000001010100011011011111101111000011100100001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8251B7; }

 p { color: rgb(130,81,183); }

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

<style>
 a { background-color: #8251B7; }

 a { background-color: rgb(130,81,183); }

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

<style>
 span { border-color: #8251B7; }

 span { border-color: rgb(130,81,183); }

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