#8258AC

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

Shades of Studio #8258AC

Tints of Studio #8258AC

Color information

#8258AC (or 0x8258AC) is unknown color: approx Studio. HEX triplet: 82, 58 and AC. RGB value is (130,88,172). Sum of RGB (Red+Green+Blue) = 130+88+172=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8258AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8258AC is #7DA753. Grayscale: #6D6D6D. Windows color (decimal): -8234836 or 11294850. OLE color: 11294850.

HSL color Cylindrical-coordinate representation of color #8258AC: hue angle of 270º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8258AC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13088172-
CMYK0.240.4900.33
HSL270º33.6%50.98%-
HSV(B)270º48.84%67.45%-
XYZ20.1414.740.81-
YUV110.13162.91142.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=33.33%
G=22.56%
B=44.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130881720.240.4900.3327033.650.98
Hex8258AC183102110e2233
Octal20213025430610414164263
Binary10000010101100010101100110001100010100001100001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8258AC; }

 p { color: rgb(130,88,172); }

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

<style>
 a { background-color: #8258AC; }

 a { background-color: rgb(130,88,172); }

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

<style>
 span { border-color: #8258AC; }

 span { border-color: rgb(130,88,172); }

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