Html Css Color HEX #893C6F Cosmic

📋 copy color: '#893C6F'

red 137 ◦ green 60 ◦ blue 111

#893C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #893C6F

Tints of Cosmic #893C6F

RGB

 RED value IS 137 (53.91% from 255) = 44.48%

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 44.48%
G = 19.48%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#893C6F (or 0x893C6F) is known color: Cosmic. HEX triplet: 89, 3C and 6F. RGB value is (137,60,111). Sum of RGB (Red+Green+Blue) = 137+60+111=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #893C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C6F is #76C390. Grayscale: #585858. Windows color (decimal): -7783313 or 7289993. OLE color: 7289993.

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

Color convert

RGB 137 60 111 -
CMYK 0 0.56 0.19 0.46
HSL 320.26º 0.39% 0.39% -
HSV(B) 320.26º 0.56% 0.54% -
XYZ 14.8 9.7 16.13 -
YUV 88.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 137 60 111 0 0.56 0.19 0.46 320.26 0.39 0.39
Hex 89 3C 6F 0 38 13 2E 140 27 27
Octal 211 74 157 0 70 23 56 500 47 47
Binary 10001001 111100 1101111 0 111000 10011 101110 101000000 100111 100111

Color Harmonies of #893C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C6F

Black with #893C6F

Text Example


Text Example

White with #893C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893C6F; }

 p { color: rgb(137,60,111); }

 H1.HeaderClassName
 {
   color: #893C6F;
 }
 .AnyTagClassName
 {
   color: #893C6F;
 }
</style>

background-color css

<style>
 a { background-color: #893C6F; }

 a { background-color: rgb(137,60,111); }

 div.DivClassName
 {
   background-color: #893C6F;
 }
 .BgClassName
 {
   background-color: #893C6F;
 }
</style>

border-color css

<style>
 span { border-color: #893C6F; }

 span { border-color: rgb(137,60,111); }

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