#883A6A

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

Shades of Cosmic #883A6A

Tints of Cosmic #883A6A

Color information

#883A6A (or 0x883A6A) is unknown color: approx Cosmic. HEX triplet: 88, 3A and 6A. RGB value is (136,58,106). Sum of RGB (Red+Green+Blue) = 136+58+106=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #883A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A6A is #77C595. Grayscale: #565656. Windows color (decimal): -7849366 or 6961800. OLE color: 6961800.

HSL color Cylindrical-coordinate representation of color #883A6A: hue angle of 323.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A6A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13658106-
CMYK00.570.220.47
HSL323.08º40.21%38.04%-
HSV(B)323.08º57.35%53.33%-
XYZ14.279.314.68-
YUV86.79138.84163.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=45.33%
G=19.33%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365810600.570.220.47323.0840.2138.04
Hex883A6A039162F1432826
Octal2107215207126575035046
Binary100010001110101101010011100110110101111101000011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883A6A; }

 p { color: rgb(136,58,106); }

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

<style>
 a { background-color: #883A6A; }

 a { background-color: rgb(136,58,106); }

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

<style>
 span { border-color: #883A6A; }

 span { border-color: rgb(136,58,106); }

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