#8A3F6A

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

Shades of Cosmic #8A3F6A

Tints of Cosmic #8A3F6A

Color information

#8A3F6A (or 0x8A3F6A) is unknown color: approx Cosmic. HEX triplet: 8A, 3F and 6A. RGB value is (138,63,106). Sum of RGB (Red+Green+Blue) = 138+63+106=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F6A is #75C095. Grayscale: #5A5A5A. Windows color (decimal): -7717014 or 6963082. OLE color: 6963082.

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

Color convert

RGB13863106-
CMYK00.540.230.46
HSL325.6º37.31%39.41%-
HSV(B)325.6º54.35%54.12%-
XYZ14.861014.78-
YUV90.33136.85162-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=44.95%
G=20.52%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386310600.540.230.46325.637.3139.41
Hex8A3F6A036172E1462527
Octal2127715206627565064547
Binary100010101111111101010011011010111101110101000110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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