#8254A9

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

Shades of Studio #8254A9

Tints of Studio #8254A9

Color information

#8254A9 (or 0x8254A9) is unknown color: approx Studio. HEX triplet: 82, 54 and A9. RGB value is (130,84,169). Sum of RGB (Red+Green+Blue) = 130+84+169=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #8254A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8254A9 is #7DAB56. Grayscale: #6B6B6B. Windows color (decimal): -8235863 or 11097218. OLE color: 11097218.

HSL color Cylindrical-coordinate representation of color #8254A9: hue angle of 272.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8254A9 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13084169-
CMYK0.230.5000.34
HSL272.47º33.6%49.61%-
HSV(B)272.47º50.3%66.27%-
XYZ19.5413.9539.2-
YUV107.44162.74144.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=33.94%
G=21.93%
B=44.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130841690.230.5000.34272.4733.649.61
Hex8254A917320221102232
Octal20212425127620424204262
Binary10000010101010010101001101111100100100010100010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8254A9; }

 p { color: rgb(130,84,169); }

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

<style>
 a { background-color: #8254A9; }

 a { background-color: rgb(130,84,169); }

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

<style>
 span { border-color: #8254A9; }

 span { border-color: rgb(130,84,169); }

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