#8A3F6E

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

Shades of Cosmic #8A3F6E

Tints of Cosmic #8A3F6E

Color information

#8A3F6E (or 0x8A3F6E) is unknown color: approx Cosmic. HEX triplet: 8A, 3F and 6E. RGB value is (138,63,110). Sum of RGB (Red+Green+Blue) = 138+63+110=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F6E is #75C091. Grayscale: #5A5A5A. Windows color (decimal): -7717010 or 7225226. OLE color: 7225226.

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

Color convert

RGB13863110-
CMYK00.540.200.46
HSL322.4º37.31%39.41%-
HSV(B)322.4º54.35%54.12%-
XYZ15.0710.0815.9-
YUV90.78138.85161.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=44.37%
G=20.26%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386311000.540.200.46322.437.3139.41
Hex8A3F6E036142E1422527
Octal2127715606624565024547
Binary100010101111111101110011011010100101110101000010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,63,110); }

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

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

 a { background-color: rgb(138,63,110); }

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

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

 span { border-color: rgb(138,63,110); }

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