#8A3C66

Color #8A3C66 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #8A3C66

Tints of Cosmic #8A3C66

Color information

#8A3C66 (or 0x8A3C66) is unknown color: approx Cosmic. HEX triplet: 8A, 3C and 66. RGB value is (138,60,102). Sum of RGB (Red+Green+Blue) = 138+60+102=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C66 is #75C399. Grayscale: #585858. Windows color (decimal): -7717786 or 6700170. OLE color: 6700170.

HSL color Cylindrical-coordinate representation of color #8A3C66: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C66 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13860102-
CMYK00.570.260.46
HSL327.69º39.39%38.82%-
HSV(B)327.69º56.52%54.12%-
XYZ14.59.5913.66-
YUV88.11135.84163.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 34%
R=46%
G=20%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386010200.570.260.46327.6939.3938.82
Hex8A3C660391A2E1482727
Octal2127414607132565104747
Binary100010101111001100110011100111010101110101001000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3C66; }

 p { color: rgb(138,60,102); }

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

<style>
 a { background-color: #8A3C66; }

 a { background-color: rgb(138,60,102); }

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

<style>
 span { border-color: #8A3C66; }

 span { border-color: rgb(138,60,102); }

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