#8254AD

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

Shades of Studio #8254AD

Tints of Studio #8254AD

Color information

#8254AD (or 0x8254AD) is unknown color: approx Studio. HEX triplet: 82, 54 and AD. RGB value is (130,84,173). Sum of RGB (Red+Green+Blue) = 130+84+173=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8254AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8254AD is #7DAB52. Grayscale: #6B6B6B. Windows color (decimal): -8235859 or 11359362. OLE color: 11359362.

HSL color Cylindrical-coordinate representation of color #8254AD: hue angle of 271.01º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8254AD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13084173-
CMYK0.250.5100.32
HSL271.01º35.18%50.39%-
HSV(B)271.01º51.45%67.84%-
XYZ19.9214.141.21-
YUV107.9164.74143.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=33.59%
G=21.71%
B=44.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130841730.250.5100.32271.0135.1850.39
Hex8254AD193302010f2332
Octal20212425531630404174362
Binary10000010101010010101101110011100110100000100001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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