#8A3A6B

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

Shades of Cosmic #8A3A6B

Tints of Cosmic #8A3A6B

Color information

#8A3A6B (or 0x8A3A6B) is unknown color: approx Cosmic. HEX triplet: 8A, 3A and 6B. RGB value is (138,58,107). Sum of RGB (Red+Green+Blue) = 138+58+107=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A6B is #75C594. Grayscale: #575757. Windows color (decimal): -7718293 or 7027338. OLE color: 7027338.

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

Color convert

RGB13858107-
CMYK00.580.220.46
HSL323.25º40.82%38.43%-
HSV(B)323.25º57.97%54.12%-
XYZ14.659.4914.97-
YUV87.51139164.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.54%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=45.54%
G=19.14%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385810700.580.220.46323.2540.8238.43
Hex8A3A6B03A162E1432926
Octal2127215307226565035146
Binary100010101110101101011011101010110101110101000011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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