#8A3E6B

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

Shades of Cosmic #8A3E6B

Tints of Cosmic #8A3E6B

Color information

#8A3E6B (or 0x8A3E6B) is unknown color: approx Cosmic. HEX triplet: 8A, 3E and 6B. RGB value is (138,62,107). Sum of RGB (Red+Green+Blue) = 138+62+107=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E6B is #75C194. Grayscale: #595959. Windows color (decimal): -7717269 or 7028362. OLE color: 7028362.

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

Color convert

RGB13862107-
CMYK00.550.220.46
HSL324.47º38%39.22%-
HSV(B)324.47º55.07%54.12%-
XYZ14.869.9115.04-
YUV89.85137.68162.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=44.95%
G=20.20%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386210700.550.220.46324.473839.22
Hex8A3E6B037162E1442627
Octal2127615306726565044647
Binary100010101111101101011011011110110101110101000100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,107); }

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

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

 a { background-color: rgb(138,62,107); }

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

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

 span { border-color: rgb(138,62,107); }

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