#8A3C67

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

Shades of Cosmic #8A3C67

Tints of Cosmic #8A3C67

Color information

#8A3C67 (or 0x8A3C67) is unknown color: approx Cosmic. HEX triplet: 8A, 3C and 67. RGB value is (138,60,103). Sum of RGB (Red+Green+Blue) = 138+60+103=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C67 is #75C398. Grayscale: #585858. Windows color (decimal): -7717785 or 6765706. OLE color: 6765706.

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

Color convert

RGB13860103-
CMYK00.570.250.46
HSL326.92º39.39%38.82%-
HSV(B)326.92º56.52%54.12%-
XYZ14.559.6113.92-
YUV88.22136.34163.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=45.85%
G=19.93%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386010300.570.250.46326.9239.3938.82
Hex8A3C67039192E1472727
Octal2127414707131565074747
Binary100010101111001100111011100111001101110101000111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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