#8239AD

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

Shades of Studio #8239AD

Tints of Studio #8239AD

Color information

#8239AD (or 0x8239AD) is unknown color: approx Studio. HEX triplet: 82, 39 and AD. RGB value is (130,57,173). Sum of RGB (Red+Green+Blue) = 130+57+173=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #8239AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8239AD is #7DC652. Grayscale: #5B5B5B. Windows color (decimal): -8242771 or 11352450. OLE color: 11352450.

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

Color convert

RGB13057173-
CMYK0.250.6700.32
HSL277.76º50.43%45.1%-
HSV(B)277.76º67.05%67.84%-
XYZ18.2110.6940.64-
YUV92.05173.68155.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=36.11%
G=15.83%
B=48.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130571730.250.6700.32277.7650.4345.1
Hex8239AD1943020116322d
Octal20271255311030404266255
Binary10000010111001101011011100110000110100000100010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8239AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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