#8A3B6D

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

Shades of Cosmic #8A3B6D

Tints of Cosmic #8A3B6D

Color information

#8A3B6D (or 0x8A3B6D) is unknown color: approx Cosmic. HEX triplet: 8A, 3B and 6D. RGB value is (138,59,109). Sum of RGB (Red+Green+Blue) = 138+59+109=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3B6D is #75C492. Grayscale: #585858. Windows color (decimal): -7718035 or 7158666. OLE color: 7158666.

HSL color Cylindrical-coordinate representation of color #8A3B6D: hue angle of 322.03º degrees, saturation: 0.4, 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 #8A3B6D is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13859109-
CMYK00.570.210.46
HSL322.03º40.1%38.63%-
HSV(B)322.03º57.25%54.12%-
XYZ14.819.6415.55-
YUV88.32139.67163.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=45.10%
G=19.28%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385910900.570.210.46322.0340.138.63
Hex8A3B6D039152E1422827
Octal2127315507125565025047
Binary100010101110111101101011100110101101110101000010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,59,109); }

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

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

 a { background-color: rgb(138,59,109); }

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

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

 span { border-color: rgb(138,59,109); }

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