#883B6A

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

Shades of Cosmic #883B6A

Tints of Cosmic #883B6A

Color information

#883B6A (or 0x883B6A) is unknown color: approx Cosmic. HEX triplet: 88, 3B and 6A. RGB value is (136,59,106). Sum of RGB (Red+Green+Blue) = 136+59+106=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #883B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B6A is #77C495. Grayscale: #575757. Windows color (decimal): -7849110 or 6962056. OLE color: 6962056.

HSL color Cylindrical-coordinate representation of color #883B6A: hue angle of 323.38º degrees, saturation: 0.39, 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 #883B6A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13659106-
CMYK00.570.220.47
HSL323.38º39.49%38.24%-
HSV(B)323.38º56.62%53.33%-
XYZ14.329.414.7-
YUV87.38138.51162.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=45.18%
G=19.60%
B=35.22%

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
Decimal1365910600.570.220.47323.3839.4938.24
Hex883B6A039162F1432726
Octal2107315207126575034746
Binary100010001110111101010011100110110101111101000011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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