#8238AD

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

Shades of Studio #8238AD

Tints of Studio #8238AD

Color information

#8238AD (or 0x8238AD) is unknown color: approx Studio. HEX triplet: 82, 38 and AD. RGB value is (130,56,173). Sum of RGB (Red+Green+Blue) = 130+56+173=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8238AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8238AD is #7DC752. Grayscale: #5B5B5B. Windows color (decimal): -8243027 or 11352194. OLE color: 11352194.

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

Color convert

RGB13056173-
CMYK0.250.6800.32
HSL277.95º51.09%44.9%-
HSV(B)277.95º67.63%67.84%-
XYZ18.1610.5940.62-
YUV91.46174.02155.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=36.21%
G=15.60%
B=48.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130561730.250.6800.32277.9551.0944.9
Hex8238AD1944020116332d
Octal20270255311040404266355
Binary10000010111000101011011100110001000100000100010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8238AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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